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
19
19
# TODO -- come up with a plan for continuously updating this
20
20
# Note we only do this in the case where METAL3_DEV_ENV is
21
21
# unset, to enable developer testing of local checkouts
22
- git reset a994b1447f89e20ec9cc161700a9e829fd5d4b89 --hard
22
+ git reset 6a8fb0d5543970b5d628e1204a3b3d3f9f70a63f --hard
23
23
popd
24
24
fi
25
25
26
26
# This must be aligned with the metal3-dev-env pinned version above, see
27
27
# 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" }
29
29
30
30
# Speed up dnf downloads
31
31
sudo sh -c " echo 'fastestmirror=1' >> /etc/dnf/dnf.conf"
You can’t perform that action at this time.
0 commit comments