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:
Daniel H. Lewis 2025-01-08 15:27:02 -07:00 committed by GitHub
parent c45cda4f70
commit 3334c5d0c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: