From aeb20518fdb406be62c69d66c1cb840d24caba88 Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Fri, 3 Sep 2021 16:11:35 +0300 Subject: [PATCH] Bump ansible version to 2.11.5 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/807657 Change-Id: Ie5f3ff3addf2f1d25afcafc39c7521edf2abbfd0 --- scripts/bootstrap-ansible.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 49a122a00e..7b255b69e2 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-base==2.10.10"} +export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.11.5"} 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"}