Skip to content

Commit 30136b9

Browse files
committed
Add Workaround for vagrant
Signed-off-by: Martin Schurz <[email protected]>
1 parent c826b62 commit 30136b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

molecule/os_hardening_vm/molecule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ provisioner:
2626
interpreter_python: auto_silent
2727
callbacks_enabled: profile_tasks, timer, yaml
2828
# Workaround for https://github.com/ansible-community/molecule-plugins/issues/301
29-
library: "${MOLECULE_PROJECT_DIRECTORY}/plugins/modules:/usr/share/ansible:${_MOLECULE_VAGRANT_PLUGIN_DIR}"
29+
library: "${MOLECULE_PROJECT_DIRECTORY}/plugins/modules:/usr/share/ansible:${MOLECULE_VAGRANT_PLUGIN_DIR}"
3030
verifier:
3131
name: ansible
3232
env:

0 commit comments

Comments
 (0)