Fix: Update ansible and python > 3.10 53/72653/2
authorAnil Belur <abelur@linuxfoundation.org>
Fri, 16 Feb 2024 10:42:31 +0000 (20:42 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Fri, 16 Feb 2024 23:21:46 +0000 (09:21 +1000)
ERROR: 9.0.1 Requires-Python >=3.10; 9.1.0
Requires-Python >=3.10; 9.2.0 Requires-Python >=3.10

Update ansible to 9.2.0

Change-Id: I46d78f3e77a5cad0d7ce1cc1074fc8e7ac53c3d0
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
ansible-galaxy.sh

index 82e3881..6ee9589 100755 (executable)
@@ -19,8 +19,8 @@ wget -q https://raw.githubusercontent.com/lfit/releng-global-jjb/master/jenkins-
 # shellcheck disable=SC1090
 . ~/lf-env.sh
 
-lf-activate-venv --python python3 --venv-file "/tmp/.ansible_venv" \
-    ansible~=2.15.9
+lf-activate-venv --python python3.10 --venv-file "/tmp/.ansible_venv" \
+    ansible~=9.2.0
 
 ansible_roles_path=${1:-.galaxy}
 ansible_requirements_file=${2:-requirements.yaml}