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