summaryrefslogtreecommitdiffstats
path: root/roles/openshift_certificate_expiry/templates/save_json_results.j2
blob: fe2800548d00165e87a8b6134e33d6a254d30fd6 (plain)
1
2
3
4
5
6
{
{% for host in play_hosts %}
  "{{host}}": {{ hostvars[host].check_results.check_results | to_nice_json(indent=4) }}{% if not loop.last %},
{% endif %}
{% endfor %}
}