Unpin ansible version in start script

We previously pinned the version of ansible we deployed in order
to avoid issues when upgrading which would cause gate failures.

This change removes the pinnned version since it appears to be
more stable now.

Change-Id: Iabe516273bb68444340f06ad652d007d707cf888
This commit is contained in:
Gage Hugo 2022-04-21 13:45:22 -05:00
parent 1e56dd59ea
commit b412d729fd

View File

@ -56,7 +56,7 @@ function ansible_install {
sudo -H -E pip3 install --upgrade setuptools
sudo -H -E pip3 install --upgrade cmd2
sudo -H -E pip3 install --upgrade pyopenssl
sudo -H -E pip3 install --upgrade "ansible==2.9"
sudo -H -E pip3 install --upgrade ansible
sudo -H -E pip3 install --upgrade \
ara==0.16.5 \
yq