diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2015-01-16 21:04:40 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2015-01-16 21:04:40 +0000 |
| commit | dbbe1ce0c2ab8d2741b0ccf1e94e3ef80cd2c2b8 (patch) | |
| tree | d9c8cc7b31fb57fb61f8290b3e8ced379a491632 | |
| parent | 9cf1e4e988e25d125e2877546942b4c8f3d0fcb4 (diff) | |
| download | ansible-dbbe1ce0c2ab8d2741b0ccf1e94e3ef80cd2c2b8.tar.gz ansible-dbbe1ce0c2ab8d2741b0ccf1e94e3ef80cd2c2b8.tar.xz ansible-dbbe1ce0c2ab8d2741b0ccf1e94e3ef80cd2c2b8.zip | |
Revert "Wonder if this will work any better"
This reverts commit 9cf1e4e988e25d125e2877546942b4c8f3d0fcb4.
| -rw-r--r-- | roles/debug_env/templates/dumpall.j2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/roles/debug_env/templates/dumpall.j2 b/roles/debug_env/templates/dumpall.j2 index bff58d864..470394828 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 }} |
