Skip to content

Commit

Permalink
molecule: do not force installation of ansible requirements (#178)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <berendt@osism.tech>
  • Loading branch information
berendt authored Sep 17, 2024
1 parent 518d111 commit fe380fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
8 changes: 2 additions & 6 deletions molecule/delegated/collections.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
---
collections:
- name: https://github.com/osism/ansible-collection-commons.git
type: git
version: main
- name: https://github.com/osism/ansible-collection-services.git
type: git
version: main
- osism.commons
- osism.services
5 changes: 3 additions & 2 deletions molecule/delegated/molecule.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
---
dependency:
name: shell
command: ansible-galaxy collection install -v -f -r molecule/delegated/collections.yml -p ~/.ansible/collections
name: galaxy
options:
requirements-file: molecule/delegated/collections.yml
driver:
name: default
options:
Expand Down

0 comments on commit fe380fd

Please sign in to comment.