From 99a186cf01d9da228798331233a2df6a0ad9297c Mon Sep 17 00:00:00 2001 From: Derek Higgins Date: Tue, 9 Jul 2024 16:00:33 +0100 Subject: [PATCH] Revert "Upgrade to Ansible 7 (#1523)" This reverts commit 1fb4ebfea498b423eab8e2e42bea760669c6a81c. --- 01_install_requirements.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/01_install_requirements.sh b/01_install_requirements.sh index 774b95102..0fa9f79a1 100755 --- a/01_install_requirements.sh +++ b/01_install_requirements.sh @@ -19,13 +19,13 @@ if [ -z "${METAL3_DEV_ENV}" ]; then # TODO -- come up with a plan for continuously updating this # Note we only do this in the case where METAL3_DEV_ENV is # unset, to enable developer testing of local checkouts - git reset a994b1447f89e20ec9cc161700a9e829fd5d4b89 --hard + git reset 6a8fb0d5543970b5d628e1204a3b3d3f9f70a63f --hard popd fi # This must be aligned with the metal3-dev-env pinned version above, see # https://github.com/metal3-io/metal3-dev-env/blob/master/lib/common.sh -export ANSIBLE_VERSION=${ANSIBLE_VERSION:-"7.1.0"} +export ANSIBLE_VERSION=${ANSIBLE_VERSION:-"5.9.0"} # Speed up dnf downloads sudo sh -c "echo 'fastestmirror=1' >> /etc/dnf/dnf.conf"