Skip to content

Commit 086116f

Browse files
committed
tweaking
1 parent 42689cf commit 086116f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

installer/remove/tpot.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -320,17 +320,12 @@
320320
- "Raspbian"
321321
- "Ubuntu"
322322

323-
- name: Remove Docker repository (Fedora)
324-
shell: dnf -y config-manager --remove-repo https://download.docker.com/linux/fedora/docker-ce.repo
325-
when: ansible_distribution in ["Fedora"]
326-
tags:
327-
- "Fedora"
328-
329323
- name: Remove Docker repository (AlmaLinux, Rocky)
330324
file:
331325
path: /etc/yum.repos.d/docker-ce.repo
332326
state: absent
333-
when: ansible_distribution in ["AlmaLinux", "Rocky"]
327+
when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"]
334328
tags:
335329
- "AlmaLinux"
330+
- "Fedora"
336331
- "Rocky"

0 commit comments

Comments
 (0)