From 3334c5d0c72a686c452af2fcde27f05b5d3c672f Mon Sep 17 00:00:00 2001 From: "Daniel H. Lewis" Date: Wed, 8 Jan 2025 15:27:02 -0700 Subject: [PATCH] Update tpot.yml the original dnf config-manager command for fedora is incorrect and results in a syntax error. updated to working syntax --- installer/install/tpot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install/tpot.yml b/installer/install/tpot.yml index 088b6929..37cdadde 100644 --- a/installer/install/tpot.yml +++ b/installer/install/tpot.yml @@ -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: