Update ansible to 2.18.6
Change-Id: I640d06c8883e693a0a7a0b33ed4a9a74d7b99d17
This commit is contained in:

committed by
Ivan Anfimov

parent
91160722b0
commit
cf2b6f1694
@ -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.11"}
|
||||
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.18.6"}
|
||||
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"}
|
||||
|
@ -13,7 +13,7 @@ netaddr>=0.7.18 # BSD
|
||||
Jinja2>=2.10 # BSD
|
||||
|
||||
# Requirements for molecule jobs
|
||||
ansible-core==2.17.11 # GPL-3.0
|
||||
ansible-core==2.18.6 # GPL-3.0
|
||||
ansible-compat<25.0.0 # MIT
|
||||
docker>=7.0.0 # Apache-2.0
|
||||
jmespath>=1.0.0 # MIT
|
||||
|
Reference in New Issue
Block a user