Deploy newer ansible version

We previously pinned the version of ansible that was ran at the gate
due to issues that are no longer impacting us. This change updates
the version of ansible that is deployed in the gate to something
more recent.

Change-Id: I47773eb385ef1b290d1548e8512fda1fec3cac60
This commit is contained in:
Gage Hugo 2021-05-03 16:27:54 -05:00
parent 901b9f72a8
commit 724c6e126b

View File

@ -58,11 +58,7 @@ function ansible_install {
# https://github.com/python-cmd2/cmd2/issues/421
sudo -H -E pip3 install --upgrade "cmd2<=0.8.7"
sudo -H -E pip3 install --upgrade pyopenssl
# NOTE(srwilkers): Pinning ansible to 2.5.5, as pip installs 2.6 by default.
# 2.6 introduces a new command flag (init) for the docker_container module
# that is incompatible with what we have currently. 2.5.5 ensures we match
# what's deployed in the gates
sudo -H -E pip3 install --upgrade "ansible==2.5.5"
sudo -H -E pip3 install --upgrade "ansible==2.9"
sudo -H -E pip3 install --upgrade \
ara==0.16.5 \
yq