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