Allow internal debugging
This commit is contained in:
parent
ea8fbecb15
commit
a0ee2f060e
@ -52,6 +52,11 @@
|
|||||||
host: "{{ inventory_hostname }}",
|
host: "{{ inventory_hostname }}",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
- name: DEBUG -> vars dump for debugging purposes
|
||||||
|
debug:
|
||||||
|
msg: "{{ vars }}"
|
||||||
|
when: "{{ vars_debug_mode | default(false) }}"
|
||||||
|
|
||||||
# Note(decentral1se): this has to be done like this through the hostvars
|
# Note(decentral1se): this has to be done like this through the hostvars
|
||||||
# interface because of the way Ansible forces us to work here. There is a bug
|
# interface because of the way Ansible forces us to work here. There is a bug
|
||||||
# report out on this: https://github.com/ansible/ansible/issues/36024
|
# report out on this: https://github.com/ansible/ansible/issues/36024
|
||||||
|
Reference in New Issue
Block a user