Skip to content

Commit

Permalink
irods roles: add tests (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto authored Oct 22, 2024
1 parent 3a36abd commit 6844a03
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 0 deletions.
9 changes: 9 additions & 0 deletions playbooks/roles/irods_icommands/molecule/default/converge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
- name: Converge
hosts: all
gather_facts: true
roles:
- role: irods_repo
- role: irods_icommands
- role: irods_iselect
- role: irods_skel
8 changes: 8 additions & 0 deletions playbooks/roles/irods_icommands/molecule/default/molecule.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
provisioner:
name: ansible
playbooks:
converge: ./converge.yml
env:
ANSIBLE_ROLES_PATH: ../../../
role_name_check: 1
1 change: 1 addition & 0 deletions playbooks/roles/irods_iselect/molecule
1 change: 1 addition & 0 deletions playbooks/roles/irods_repo/molecule
1 change: 1 addition & 0 deletions playbooks/roles/irods_skel/molecule

0 comments on commit 6844a03

Please sign in to comment.