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>
# 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}