mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-04 14:02:13 +00:00
Merge branch 'master' of https://github.com/telekom-security/tpotce
This commit is contained in:
commit
919031bd2a
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