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