Disable no_log

This commit is contained in:
Werner Dijkerman
2018-03-01 16:41:35 +01:00
parent 0f001e68c2
commit c1758eaa74

View File

@ -3,7 +3,7 @@
hosts: localhost
connection: local
gather_facts: False
no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
#no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
vars:
molecule_file: "{{ lookup('env', 'MOLECULE_FILE') }}"
molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"