Bump ansible-base version and collections

Change-Id: Ib86130d849454f04f5bb8cda5f773b4114d6f05f
This commit is contained in:
Dmitriy Rabotyagov 2021-02-19 09:46:12 +02:00 committed by Dmitriy Rabotyagov
parent 186f8ac8b4
commit 387a14809a
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"}