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