mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-01 17:17:28 -04:00
Merge branch 'master' of https://github.com/telekom-security/tpotce
This commit is contained in:
@ -356,7 +356,7 @@
|
|||||||
shell: |
|
shell: |
|
||||||
if [ "$(dnf repolist docker-ce-stable)" == "" ];
|
if [ "$(dnf repolist docker-ce-stable)" == "" ];
|
||||||
then
|
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
|
fi
|
||||||
when: ansible_distribution in ["Fedora"]
|
when: ansible_distribution in ["Fedora"]
|
||||||
tags:
|
tags:
|
||||||
|
Reference in New Issue
Block a user