From 4d3d1641f6bf0de91afd70764e1ac680ad945b31 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Mon, 13 Apr 2020 15:08:53 +0200 Subject: [PATCH] Drop back to just vars --- plays/lib/debug.yml | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/plays/lib/debug.yml b/plays/lib/debug.yml index 5a9a28e..9d238ed 100644 --- a/plays/lib/debug.yml +++ b/plays/lib/debug.yml @@ -1,24 +1,5 @@ --- -- name: Debug all Ansible variables +- name: Debug all variables debug: - msg: | - Module Variables ("vars"): - -------------------------------- - {{ vars }} - - Environment Variables ("environment"): - -------------------------------- - {{ environment }} - - GROUP NAMES Variables ("group_names"): - -------------------------------- - {{ group_names }} - - GROUPS Variables ("groups"): - -------------------------------- - {{ groups }} - - HOST Variables ("hostvars"): - -------------------------------- - {{ hostvars }} + msg: "{{ vars }}" when: debug