File tree Expand file tree Collapse file tree 7 files changed +7
-0
lines changed
ssh_hardening_custom_tests Expand file tree Collapse file tree 7 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ provisioner:
2323 defaults :
2424 interpreter_python : auto_silent
2525 callbacks_enabled : profile_tasks, timer
26+ inject_facts_as_vars : false
2627verifier :
2728 name : ansible
2829
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ provisioner:
2222 defaults :
2323 interpreter_python : auto_silent
2424 callbacks_enabled : profile_tasks, timer
25+ inject_facts_as_vars : false
2526verifier :
2627 name : ansible
2728
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ provisioner:
1818 defaults :
1919 interpreter_python : auto_silent
2020 callbacks_enabled : profile_tasks, timer
21+ inject_facts_as_vars : false
2122verifier :
2223 name : ansible
2324
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ provisioner:
2727 callbacks_enabled : profile_tasks, timer
2828 # Workaround for https://github.com/ansible-community/molecule-plugins/issues/301
2929 library : " ${MOLECULE_PROJECT_DIRECTORY}/plugins/modules:/usr/share/ansible:${MOLECULE_VAGRANT_PLUGIN_DIR}"
30+ inject_facts_as_vars : false
3031verifier :
3132 name : ansible
3233 env :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ provisioner:
1818 defaults :
1919 interpreter_python : auto_silent
2020 callbacks_enabled : profile_tasks, timer
21+ inject_facts_as_vars : false
2122 inventory :
2223 host_vars :
2324 # https://molecule.readthedocs.io/en/latest/examples.html#docker-with-non-privileged-user
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ provisioner:
2323 callbacks_enabled : profile_tasks, timer
2424 # Workaround for https://github.com/ansible-community/molecule-plugins/issues/301
2525 library : " ${MOLECULE_PROJECT_DIRECTORY}/plugins/modules:/usr/share/ansible:${MOLECULE_VAGRANT_PLUGIN_DIR}"
26+ inject_facts_as_vars : false
2627verifier :
2728 name : ansible
2829 env :
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ provisioner:
1818 defaults :
1919 interpreter_python : auto_silent
2020 callbacks_enabled : profile_tasks, timer
21+ inject_facts_as_vars : false
2122verifier :
2223 name : ansible
2324
You can’t perform that action at this time.
0 commit comments