mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-09-06 18:26:20 +00:00
commit
11328412ab
1 changed files with 1 additions and 1 deletions
|
@ -356,7 +356,7 @@
|
|||
shell: |
|
||||
if [ "$(dnf repolist docker-ce-stable)" == "" ];
|
||||
then
|
||||
dnf -y config-manager --add-repo https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
dnf -y config-manager addrepo --from-repofile=https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
fi
|
||||
when: ansible_distribution in ["Fedora"]
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue