This commit is contained in:
rausub 2025-04-05 22:05:18 -07:00 committed by GitHub
commit b7ea4feb66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
---
- name: Ensure old versions of Docker are not installed.
- # See https://docs.docker.com/engine/install/rhel/#uninstall-old-versions
name: Ensure old versions of Docker are not installed.
package:
name: "{{ docker_obsolete_packages }}"
state: absent