diff --git a/installer/remove/tpot.yml b/installer/remove/tpot.yml index 79d4bf7a..887e52fd 100644 --- a/installer/remove/tpot.yml +++ b/installer/remove/tpot.yml @@ -320,17 +320,12 @@ - "Raspbian" - "Ubuntu" - - name: Remove Docker repository (Fedora) - shell: dnf -y config-manager --remove-repo https://download.docker.com/linux/fedora/docker-ce.repo - when: ansible_distribution in ["Fedora"] - tags: - - "Fedora" - - name: Remove Docker repository (AlmaLinux, Rocky) file: path: /etc/yum.repos.d/docker-ce.repo state: absent - when: ansible_distribution in ["AlmaLinux", "Rocky"] + when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"] tags: - "AlmaLinux" + - "Fedora" - "Rocky"