Skip to content

Commit

Permalink
Fix: Update ansible and python > 3.10
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
askb committed Feb 16, 2024
1 parent 8c3ae49 commit 3f0c82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible-galaxy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 3f0c82d

Please sign in to comment.