Bump ansible-core to 2.17.11

Change-Id: I58a01621de3f257e27604417b6882ade2fa13b2d
This commit is contained in:
Jonathan Rosser 2025-01-15 16:48:45 +00:00
parent 2116fdd898
commit 3ee85ff159
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ set -e -u -x
export HTTP_PROXY=${HTTP_PROXY:-""}
export HTTPS_PROXY=${HTTPS_PROXY:-""}
# The Ansible version used for testing
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.17.5"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.17.11"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export ANSIBLE_COLLECTION_FILE=${ANSIBLE_COLLECTION_FILE:-"ansible-collection-requirements.yml"}
export USER_COLLECTION_FILE=${USER_COLLECTION_FILE:-"user-collection-requirements.yml"}

View File

@ -13,7 +13,7 @@ netaddr>=0.7.18 # BSD
Jinja2>=2.10 # BSD
# Requirements for molecule jobs
ansible-core==2.17.5 # GPL-3.0
ansible-core==2.17.11 # GPL-3.0
ansible-compat<25.0.0 # MIT
docker>=7.0.0 # Apache-2.0
jmespath>=1.0.0 # MIT