Bump ansible and collection versions

Change-Id: I646120b8fcaf27c1453e65bba7962ff9c35b608e
This commit is contained in:
Dmitriy Rabotyagov 2021-11-10 11:57:31 +02:00
parent e62392648e
commit 3e4fffec97
3 changed files with 7 additions and 7 deletions

View File

@ -1,23 +1,23 @@
collections:
- name: https://opendev.org/openstack/ansible-collections-openstack
version: 1.5.1
version: 1.5.2
type: git
- name: https://github.com/ansible-collections/community.general
version: 3.6.0
version: 4.0.1
type: git
- name: https://github.com/ansible-collections/community.rabbitmq
version: 1.1.0
type: git
- name: https://github.com/ansible-collections/community.mysql
version: 2.1.1
version: 2.3.1
type: git
- name: https://github.com/ansible-collections/community.crypto
version: 1.9.2
version: 1.9.5
type: git
- name: https://github.com/ansible-collections/ansible.posix
version: 1.3.0
type: git
# NOTE(noonedeadpunk): needs version in galaxy.yml to pull from git
- name: openvswitch.openvswitch
version: 2.0.0
version: 2.0.2
source: https://galaxy.ansible.com

View File

@ -6,5 +6,5 @@
# Use this file with caution!
#
pip==21.2.4
pip==21.3.1
wheel==0.37.0

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.5"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-core==2.11.6"}
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"}