mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-04-05 01:59:30 -02:30
fix remove docker-ce.repo failed (#8856)
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
when: ansible_distribution == "Fedora" and not is_ostree
|
when: ansible_distribution == "Fedora" and not is_ostree
|
||||||
|
|
||||||
- name: Docker | Remove docker repository on RedHat/CentOS/Oracle/AlmaLinux Linux
|
- name: Docker | Remove docker repository on RedHat/CentOS/Oracle/AlmaLinux Linux
|
||||||
template:
|
file:
|
||||||
name: "{{ yum_repo_dir }}/docker-ce.repo"
|
name: "{{ yum_repo_dir }}/docker-ce.repo"
|
||||||
state: absent
|
state: absent
|
||||||
when:
|
when:
|
||||||
|
|||||||
Reference in New Issue
Block a user