From d0f78cd37dd3dcf06a411edf4a5f6cfc5cd4d043 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Tue, 14 Apr 2020 15:23:03 +0200 Subject: [PATCH] Bad idea since things are getting leaked --- plays/commonlib/vars.yml | 7 ------- 1 file changed, 7 deletions(-) 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