From 6345b19bca84eddcd564a3fdcda70ab9650ae52b Mon Sep 17 00:00:00 2001 From: Dmitriy Rabotyagov Date: Wed, 6 Oct 2021 16:47:01 +0300 Subject: [PATCH] Bump ansible and collection versions Change-Id: If67c448dcefb0fcd7a345fe48da5cebc372c2432 --- test-ansible-collection-requirements.yml | 14 +++++++------- test-ansible-deps.txt | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test-ansible-collection-requirements.yml b/test-ansible-collection-requirements.yml index 3d413f9d..cb992b1a 100644 --- a/test-ansible-collection-requirements.yml +++ b/test-ansible-collection-requirements.yml @@ -1,23 +1,23 @@ collections: - name: https://opendev.org/openstack/ansible-collections-openstack - version: 1.2.1 + version: 1.5.2 type: git - name: https://github.com/ansible-collections/community.general - version: 2.1.1 + version: 4.0.1 type: git - name: https://github.com/ansible-collections/community.rabbitmq - version: 1.0.1 + version: 1.1.0 type: git - name: https://github.com/ansible-collections/community.mysql - version: 1.2.0 + version: 2.3.1 type: git - name: https://github.com/ansible-collections/community.crypto - version: 1.4.0 + version: 1.9.5 type: git - name: https://github.com/ansible-collections/ansible.posix - version: 1.1.1 + version: 1.3.0 type: git # NOTE(noonedeadpunk): needs version in galaxy.yml to pull from git - name: openvswitch.openvswitch - version: 1.1.0 + version: 2.0.2 source: https://galaxy.ansible.com diff --git a/test-ansible-deps.txt b/test-ansible-deps.txt index 4fc3ff9a..3f39e1b1 100644 --- a/test-ansible-deps.txt +++ b/test-ansible-deps.txt @@ -8,7 +8,7 @@ # target configuration in each role. # The Ansible version used for testing -ansible-base==2.10.9 +ansible-core==2.11.5 # Used for the ip filter within ansible netaddr