Debugging (1)

This commit is contained in:
Werner Dijkerman
2018-03-01 18:01:52 +01:00
parent e6d715e81a
commit 2c896aa512

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') }}"