Update ansible-core to 2.12.1

ansible-core>=2.12 has a requirement of Python 3.8 which
is not default for CentOS 8 Stream.

Depends-On: https://review.opendev.org/c/openstack/ansible-role-python_venv_build/+/822998
Change-Id: I97f472b27e0a3b41d10d734a253664c86b8fa751
This commit is contained in:
Dmitriy Rabotyagov 2021-12-17 04:07:07 +02:00 committed by Dmitriy Rabotyagov
parent 0501d8a050
commit bb52c9a9b4
1 changed files with 1 additions and 1 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.11.6"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.12.1"}
export ANSIBLE_ROLE_FILE=${ANSIBLE_ROLE_FILE:-"ansible-role-requirements.yml"}
export ANSIBLE_COLLECTION_FILE=${ANSIBLE_COLLECTION_FILE:-"ansible-collection-requirements.yml"}
export USER_ROLE_FILE=${USER_ROLE_FILE:-"user-role-requirements.yml"}