From d67d1df2c0aa7aa3e9eb602abf578fc5b7330d90 Mon Sep 17 00:00:00 2001 From: Jonathan Rosser Date: Mon, 4 Apr 2022 17:01:28 +0100 Subject: [PATCH] Update ansible-core to 2.12.4 Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/836585 Change-Id: Ia3b89b55e133a91817db061025c2dd951ce076c4 --- 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 bce352f066..f348e05b55 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.12.2"} +export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.12.4"} 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"}