This commit is contained in:
Marco Ochse 2024-03-24 17:53:11 +01:00
parent 0488849a37
commit 42689cf902

View file

@ -327,7 +327,9 @@
- "Fedora"
- name: Remove Docker repository (AlmaLinux, Rocky)
shell: dnf -y config-manager --remove-repo https://download.docker.com/linux/centos/docker-ce.repo
file:
path: /etc/yum.repos.d/docker-ce.repo
state: absent
when: ansible_distribution in ["AlmaLinux", "Rocky"]
tags:
- "AlmaLinux"