Replace yum module with package module (#7621)

This commit is contained in:
jiriproX
2021-06-05 13:16:39 +02:00
committed by GitHub
parent d9d29af87f
commit 1739b27231
8 changed files with 11 additions and 11 deletions

View File

@@ -16,7 +16,7 @@
- (docker_versioned_pkg[docker_version | string] is search('docker-ce'))
- name: Ensure old versions of Docker are not installed. | RedHat
yum:
package:
name: '{{ docker_remove_packages_yum }}'
state: absent
when: