diff --git a/molecule/requirements.yml b/molecule/requirements.yml index 260f351..c6c8a00 100644 --- a/molecule/requirements.yml +++ b/molecule/requirements.yml @@ -1,6 +1,6 @@ --- collections: - - name: git+https://github.com/containers/ansible-podman-collections.git - version: 1.10.3 - - name: git+https://github.com/ansible-collections/ansible.posix.git + - name: containers.podman # https://github.com/containers/ansible-podman-collections + version: 1.11.0 + - name: ansible.posix # https://github.com/ansible-collections/ansible.posix version: 1.5.2 diff --git a/requirements.yml b/requirements.yml index e0f97a0..c1ede61 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,11 +1,8 @@ --- collections: - # - name: community.general - # - name: community.postgresql - # - name: community.rabbitmq - - name: git+https://github.com/ansible-collections/community.general.git - version: 6.1.0 - - name: git+https://github.com/ansible-collections/community.postgresql.git - version: 2.3.1 - - name: git+https://github.com/ansible-collections/community.rabbitmq.git + - name: community.general # https://github.com/ansible-collections/community.general + version: 8.1.0 + - name: community.postgresql # https://github.com/ansible-collections/community.postgresql + version: 3.3.0 + - name: community.rabbitmq # https://github.com/ansible-collections/community.rabbitmq version: 1.2.3