Revert "Wonder if this will work any better"

This reverts commit 9cf1e4e988.
This commit is contained in:
Kevin Fenzi 2015-01-16 21:04:40 +00:00
parent 9cf1e4e988
commit dbbe1ce0c2

View file

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