Bump ansible-base and OpenStack collections
Change-Id: If190f95e68fb5946e3da218bcd365d3c9ceb91c4 Closes-bug: #1904029
This commit is contained in:
parent
7471b3db11
commit
55c05cb565
@ -1,8 +1,7 @@
|
||||
collections:
|
||||
# NOTE(noonedeadpunk): needs galaxy.yml to be able to pull from git
|
||||
- name: openstack.cloud
|
||||
version: 1.2.0
|
||||
source: https://galaxy.ansible.com
|
||||
- name: https://opendev.org/openstack/ansible-collections-openstack
|
||||
version: 1.2.1
|
||||
type: git
|
||||
- name: https://github.com/ansible-collections/community.general
|
||||
version: 1.2.0
|
||||
type: git
|
||||
|
@ -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.4"}
|
||||
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-base==2.10.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"}
|
||||
|
Loading…
Reference in New Issue
Block a user