diff --git a/test-ansible-collection-requirements.yml b/test-ansible-collection-requirements.yml index 3f142117..48bae11c 100644 --- a/test-ansible-collection-requirements.yml +++ b/test-ansible-collection-requirements.yml @@ -2,3 +2,18 @@ collections: - name: openstack.cloud version: 1.0.0 source: https://galaxy.ansible.com + - name: community.general + version: 1.1.0 + source: https://galaxy.ansible.com + - name: community.rabbitmq + version: 1.0.1 + source: https://galaxy.ansible.com + - name: community.mysql + version: 1.0.0 + source: https://galaxy.ansible.com + - name: community.crypto + version: 1.1.1 + source: https://galaxy.ansible.com + - name: openvswitch.openvswitch + version: 1.0.5 + source: https://galaxy.ansible.com diff --git a/test-ansible-deps.txt b/test-ansible-deps.txt index 510dd690..795b079b 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==2.9.13 +ansible-base==2.10.1 # Used for the ip filter within ansible netaddr