Skip to content
Snippets Groups Projects
Unverified Commit 82590eb0 authored by Thearas's avatar Thearas Committed by GitHub
Browse files

fix remove `docker-ce.repo` failed (#8856)

parent 4c97ce74
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ ...@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment