Bad idea since things are getting leaked
This commit is contained in:
parent
db69b43535
commit
d0f78cd37d
@ -52,13 +52,6 @@
|
|||||||
host: "{{ inventory_hostname }}",
|
host: "{{ inventory_hostname }}",
|
||||||
}
|
}
|
||||||
|
|
||||||
- name: Debug variable dictionaries
|
|
||||||
debug:
|
|
||||||
msg: "{{ item }}"
|
|
||||||
with_items:
|
|
||||||
- "{{ vars }}"
|
|
||||||
when: debug is defined and debug == true
|
|
||||||
|
|
||||||
# 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