mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
tweaking
This commit is contained in:
@ -320,17 +320,12 @@
|
|||||||
- "Raspbian"
|
- "Raspbian"
|
||||||
- "Ubuntu"
|
- "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)
|
- name: Remove Docker repository (AlmaLinux, Rocky)
|
||||||
file:
|
file:
|
||||||
path: /etc/yum.repos.d/docker-ce.repo
|
path: /etc/yum.repos.d/docker-ce.repo
|
||||||
state: absent
|
state: absent
|
||||||
when: ansible_distribution in ["AlmaLinux", "Rocky"]
|
when: ansible_distribution in ["AlmaLinux", "Fedora", "Rocky"]
|
||||||
tags:
|
tags:
|
||||||
- "AlmaLinux"
|
- "AlmaLinux"
|
||||||
|
- "Fedora"
|
||||||
- "Rocky"
|
- "Rocky"
|
||||||
|
Reference in New Issue
Block a user