diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index a0cc9c1e51..ce513cf05e 100755 --- a/scripts/bootstrap-ansible.sh +++ b/scripts/bootstrap-ansible.sh @@ -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"} diff --git a/test-requirements.txt b/test-requirements.txt index 21e64a3c3b..6ab2ac6374 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -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