From b412d729fd7e227b9b59ee43868b005f22077b85 Mon Sep 17 00:00:00 2001 From: Gage Hugo Date: Thu, 21 Apr 2022 13:45:22 -0500 Subject: [PATCH] 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 --- tools/gate/devel/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/gate/devel/start.sh b/tools/gate/devel/start.sh index d370079fc..7dbddf5a0 100755 --- a/tools/gate/devel/start.sh +++ b/tools/gate/devel/start.sh @@ -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