mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Debugging (1)
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
hosts: localhost
|
hosts: localhost
|
||||||
connection: local
|
connection: local
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
|
# no_log: "{{ not lookup('env', 'MOLECULE_DEBUG') | bool }}"
|
||||||
vars:
|
vars:
|
||||||
molecule_file: "{{ lookup('env', 'MOLECULE_FILE') }}"
|
molecule_file: "{{ lookup('env', 'MOLECULE_FILE') }}"
|
||||||
molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"
|
molecule_ephemeral_directory: "{{ lookup('env', 'MOLECULE_EPHEMERAL_DIRECTORY') }}"
|
||||||
|
Reference in New Issue
Block a user