diff --git a/ansible-collection-requirements.yml b/ansible-collection-requirements.yml index 7ccea357b7..a5113b49de 100644 --- a/ansible-collection-requirements.yml +++ b/ansible-collection-requirements.yml @@ -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 diff --git a/scripts/bootstrap-ansible.sh b/scripts/bootstrap-ansible.sh index 73620e970e..f6d516f0af 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.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"}