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
commit 11328412ab
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: