Skip to content

Commit 99a186c

Browse files
committed
Revert "Upgrade to Ansible 7 (#1523)"
This reverts commit 1fb4ebf.
1 parent e74d34a commit 99a186c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

01_install_requirements.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ if [ -z "${METAL3_DEV_ENV}" ]; then
1919
# TODO -- come up with a plan for continuously updating this
2020
# Note we only do this in the case where METAL3_DEV_ENV is
2121
# unset, to enable developer testing of local checkouts
22-
git reset a994b1447f89e20ec9cc161700a9e829fd5d4b89 --hard
22+
git reset 6a8fb0d5543970b5d628e1204a3b3d3f9f70a63f --hard
2323
popd
2424
fi
2525

2626
# This must be aligned with the metal3-dev-env pinned version above, see
2727
# https://github.com/metal3-io/metal3-dev-env/blob/master/lib/common.sh
28-
export ANSIBLE_VERSION=${ANSIBLE_VERSION:-"7.1.0"}
28+
export ANSIBLE_VERSION=${ANSIBLE_VERSION:-"5.9.0"}
2929

3030
# Speed up dnf downloads
3131
sudo sh -c "echo 'fastestmirror=1' >> /etc/dnf/dnf.conf"

0 commit comments

Comments
 (0)