Skip to content

Lock docker packages to current version #44

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dtwersky
Copy link
Collaborator

This will lock the docker packages to the current version, so future OS patching does not accidentally update docker, and potentially breaking the cluster.
This will install the yum-plugin-versionlock, which is required for this to work.

@dtwersky dtwersky closed this May 13, 2021
@dtwersky dtwersky reopened this May 13, 2021
@jewnix jewnix force-pushed the yum-versionlock branch from 31a8f9e to d3f472e Compare May 13, 2021 15:51
- name: install versionlock package
package:
name: "yum-plugin-versionlock"
state: present
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like this should have when: ansible_os_family == "RedHat" - same for several tasks below it. You might want to move them into a block as well so that you don't have to repeat the conditional.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants