Bad idea since things are getting leaked

This commit is contained in:
Luke Murphy 2020-04-14 15:23:03 +02:00
parent db69b43535
commit d0f78cd37d
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 7 deletions

View File

@ -52,13 +52,6 @@
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
# 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