Merge "Bump ansible-base version and collections"

This commit is contained in:
Zuul 2021-03-03 02:28:58 +00:00 committed by Gerrit Code Review
commit f8c851a728
2 changed files with 8 additions and 5 deletions

View File

@ -3,18 +3,21 @@ collections:
version: 1.2.1
type: git
- name: https://github.com/ansible-collections/community.general
version: 1.2.0
version: 2.1.1
type: git
- name: https://github.com/ansible-collections/community.rabbitmq
version: 1.0.1
type: git
- name: https://github.com/ansible-collections/community.mysql
version: 1.1.0
version: 1.2.0
type: git
- name: https://github.com/ansible-collections/community.crypto
version: 1.2.0
version: 1.4.0
type: git
- name: https://github.com/ansible-collections/ansible.posix
version: 1.1.1
type: git
# NOTE(noonedeadpunk): needs version in galaxy.yml to pull from git
- name: openvswitch.openvswitch
version: 1.0.5
version: 1.1.0
source: https://galaxy.ansible.com

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-base==2.10.5"}
export ANSIBLE_PACKAGE=${ANSIBLE_PACKAGE:-"ansible-base==2.10.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"}