summaryrefslogtreecommitdiffstats
path: root/roles/openshift_certificate_expiry/templates/save_json_results.j2
diff options
context:
space:
mode:
authorTim Bielawa <tbielawa@redhat.com>2016-10-07 12:12:45 -0700
committerTim Bielawa <tbielawa@redhat.com>2016-10-20 07:49:40 -0700
commit3e8279ace30affb18d7070a47a13b521995960d5 (patch)
tree09ea285d722a27868ec2361f6764e62d73da2445 /roles/openshift_certificate_expiry/templates/save_json_results.j2
parenta22e8daf1f7c93469023239f442f19608ffbc970 (diff)
downloadopenshift-3e8279ace30affb18d7070a47a13b521995960d5.tar.gz
openshift-3e8279ace30affb18d7070a47a13b521995960d5.tar.bz2
openshift-3e8279ace30affb18d7070a47a13b521995960d5.tar.xz
openshift-3e8279ace30affb18d7070a47a13b521995960d5.zip
Fix playbooks, update readme, update default vars
Fix 'make ci' system Add examples
Diffstat (limited to 'roles/openshift_certificate_expiry/templates/save_json_results.j2')
-rw-r--r--roles/openshift_certificate_expiry/templates/save_json_results.j23
1 files changed, 2 insertions, 1 deletions
diff --git a/roles/openshift_certificate_expiry/templates/save_json_results.j2 b/roles/openshift_certificate_expiry/templates/save_json_results.j2
index 89602ac2b..fe2800548 100644
--- a/roles/openshift_certificate_expiry/templates/save_json_results.j2
+++ b/roles/openshift_certificate_expiry/templates/save_json_results.j2
@@ -1,5 +1,6 @@
{
{% for host in play_hosts %}
-"{{host}}": {{ hostvars[host].check_results.check_results | to_nice_json(indent=2) }}{% if not loop.last %},{% endif %}
+ "{{host}}": {{ hostvars[host].check_results.check_results | to_nice_json(indent=4) }}{% if not loop.last %},
+{% endif %}
{% endfor %}
}