mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-19 21:52:27 +00:00
tweaking
This commit is contained in:
parent
0488849a37
commit
42689cf902
1 changed files with 3 additions and 1 deletions
|
@ -327,7 +327,9 @@
|
||||||
- "Fedora"
|
- "Fedora"
|
||||||
|
|
||||||
- name: Remove Docker repository (AlmaLinux, Rocky)
|
- 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"]
|
when: ansible_distribution in ["AlmaLinux", "Rocky"]
|
||||||
tags:
|
tags:
|
||||||
- "AlmaLinux"
|
- "AlmaLinux"
|
||||||
|
|
Loading…
Reference in a new issue