Merge pull request #1731 from dotdlew/patch-1

Update tpot.yml
This commit is contained in:
Marco Ochse
2025-01-09 11:49:08 +01:00
committed by GitHub

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: