diff --git a/plays/commonlib/vars.yml b/plays/commonlib/vars.yml index 8d43644..60be97f 100644 --- a/plays/commonlib/vars.yml +++ b/plays/commonlib/vars.yml @@ -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