We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 989b011 + 37a097e commit 7c0be3eCopy full SHA for 7c0be3e
molecule/default/molecule.yml
@@ -220,6 +220,15 @@ platforms:
220
privileged: true
221
volumes:
222
- /sys/fs/cgroup:/sys/fs/cgroup:rw
223
+provisioner:
224
+ name: ansible
225
+ env:
226
+ # Molecule used to add ${MOLECULE_PROJECT_DIRECTORY}/. to this
227
+ # path for us pre-25.2.0, but now we have to do it ourselves. See
228
+ # ansible/molecule#4380 and
229
+ # https://github.com/ansible/molecule/releases/tag/v25.2.0 for
230
+ # more details.
231
+ ANSIBLE_ROLES_PATH: ~/.cache/molecule/skeleton-ansible-role/${MOLECULE_SCENARIO_NAME}/roles:${MOLECULE_PROJECT_DIRECTORY}/..:~/.ansible/roles:/usr/share/ansible/roles:/etc/ansible/roles
232
scenario:
233
name: default
234
verifier:
0 commit comments