mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +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"
|
||||
|
||||
- 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"
|
||||
|
|
Loading…
Reference in a new issue