From 9cf1e4e988e25d125e2877546942b4c8f3d0fcb4 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Fri, 16 Jan 2015 21:03:04 +0000 Subject: [PATCH] Wonder if this will work any better --- 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 470394828c..bff58d864a 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_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 }}