fix remove docker-ce.repo
failed (#8856)
This commit is contained in:
parent
4c97ce747c
commit
82590eb087
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue