mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-20 06:02:24 +00:00
Update tpot.yml
the original dnf config-manager command for fedora is incorrect and results in a syntax error. updated to working syntax
This commit is contained in:
parent
c45cda4f70
commit
3334c5d0c7
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Reference in a new issue