This commit is contained in:
t3chn0m4g3
2025-01-09 19:42:04 +01:00

View File

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