Wonder if this will work any better

This commit is contained in:
Kevin Fenzi 2015-01-16 21:03:04 +00:00
parent f36aea5dbd
commit 9cf1e4e988

View file

@ -1,19 +1,19 @@
Module Variables ("vars"):
--------------------------------
{{ vars | to_nice_json }}
{{ vars | to_nice_yaml }}
Environment Variables ("environment"):
--------------------------------
{{ environment | to_nice_json }}
{{ environment | to_nice_yaml }}
GROUP NAMES Variables ("group_names"):
--------------------------------
{{ group_names | to_nice_json }}
{{ group_names | to_nice_yaml }}
GROUPS Variables ("groups"):
--------------------------------
{{ groups | to_nice_json }}
{{ groups | to_nice_yaml }}
HOST Variables ("hostvars"):
--------------------------------
{{ hostvars | to_nice_json }}
{{ hostvars | to_nice_yaml }}