Skip to content

Commit

Permalink
chore: install ansible collections from galaxy
Browse files Browse the repository at this point in the history
  • Loading branch information
jooola committed Dec 29, 2023
1 parent 5518668 commit 0d3e565
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions molecule/requirements.yml
Original file line number Diff line number Diff line change
@@ -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
13 changes: 5 additions & 8 deletions requirements.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0d3e565

Please sign in to comment.