We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1aca49 commit cbfbd52Copy full SHA for cbfbd52
molecule/default/molecule.yml
@@ -223,6 +223,11 @@ platforms:
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
0 commit comments