Skip to content

Commit

Permalink
set roles and collections path for remaining molecule configs
Browse files Browse the repository at this point in the history
  • Loading branch information
p-j-smith committed Feb 4, 2025
1 parent 407aaf1 commit de6702f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/molecule/centos7_monitoring/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ provisioner:
verify: ../resources/monitoring/verify.yml
env:
ANSIBLE_VERBOSITY: "1"
ANSIBLE_ROLES_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../roles/:~/.ansible/roles
ANSIBLE_COLLECTIONS_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../../../../:~/.ansible/collections

verifier:
name: ansible
Expand Down
2 changes: 2 additions & 0 deletions playbooks/molecule/centos7_xnat/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ provisioner:
verify: ../resources/xnat/verify.yml
env:
ANSIBLE_VERBOSITY: 1
ANSIBLE_ROLES_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../roles/:~/.ansible/roles
ANSIBLE_COLLECTIONS_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../../../../:~/.ansible/collections

lint: |
set -e
Expand Down
2 changes: 2 additions & 0 deletions playbooks/molecule/rocky8_omero/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ provisioner:
verify: ../resources/omero/verify.yml
env:
ANSIBLE_VERBOSITY: "1"
ANSIBLE_ROLES_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../roles/:~/.ansible/roles
ANSIBLE_COLLECTIONS_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../../../../:~/.ansible/collections

verifier:
name: ansible
Expand Down
2 changes: 2 additions & 0 deletions playbooks/molecule/rocky9_monitoring/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@ provisioner:
verify: ../resources/monitoring/verify.yml
env:
ANSIBLE_VERBOSITY: "1"
ANSIBLE_ROLES_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../roles/:~/.ansible/roles
ANSIBLE_COLLECTIONS_PATH: ${MOLECULE_SCENARIO_DIRECTORY}/../../../../../../:~/.ansible/collections

verifier:
name: ansible
Expand Down

0 comments on commit de6702f

Please sign in to comment.