Drop back to just vars

This commit is contained in:
Luke Murphy 2020-04-13 15:08:53 +02:00
parent 1734ee3634
commit 4d3d1641f6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 2 additions and 21 deletions

View File

@ -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