File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
2424fi
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
3131sudo sh -c " echo 'fastestmirror=1' >> /etc/dnf/dnf.conf"
You can’t perform that action at this time.
0 commit comments