-
-
Notifications
You must be signed in to change notification settings - Fork 887
switched removing obsolete packages to variable #472 #485
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
Conversation
@@ -17,6 +17,11 @@ | |||
update_cache: true | |||
when: docker_add_repo | bool | |||
|
|||
- name: Set obselete packages if not already defined |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"obsolete"
@@ -39,8 +45,10 @@ docker_obsolete_packages: | |||
- containerd | |||
- runc | |||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs blank line after code block
|
||
A list of packages to be uninstalled prior to running this role. See [Docker's installation instructions](https://docs.docker.com/engine/install/debian/#uninstall-old-versions) for an up-to-date list of old packages that should be removed. | ||
A list of packaged to be uninstalled on RedHat based systems prior to running this role. See [Docker's installation instructions](https://docs.docker.com/engine/install/rhel/#uninstall-old-versions) for an up-to-date list of old packages that should be removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"packages"
@@ -39,8 +45,10 @@ docker_obsolete_packages: | |||
- containerd | |||
- runc | |||
``` | |||
A list of packages to be uninstalled on Debian based systems prior to running this role. See [Docker's installation instructions](https://docs.docker.com/engine/install/debian/#uninstall-old-versions) for an up-to-date list of old packages that should be removed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The description should be consistently before or after the variable yaml.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
I have no clue what that AI agent thing is doing, but it does not add anything but noise to the process of trying to get a PR merged. |
This comment was marked as off-topic.
This comment was marked as off-topic.
I'm closing this PR since the issue no longer occurs on the latest version of this role in Fedora |
allows redhat users to specify obsolete packages to work around issue #472