From dbbe1ce0c2ab8d2741b0ccf1e94e3ef80cd2c2b8 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Jan 2015 21:04:40 +0000 Subject: [PATCH] Revert "Wonder if this will work any better" This reverts commit 9cf1e4e988e25d125e2877546942b4c8f3d0fcb4. --- roles/debug_env/templates/dumpall.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/roles/debug_env/templates/dumpall.j2 b/roles/debug_env/templates/dumpall.j2 index bff58d864a..470394828c 100644 --- a/roles/debug_env/templates/dumpall.j2 +++ b/roles/debug_env/templates/dumpall.j2 @@ -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 }}