mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-25 06:56:07 -03:30
Replace yum module with package module (#7621)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user