run_id: {{ report.run_id }}
started: {{ report.started_at }}
ended: {{ report.ended_at }}
duration: {{ report.duration_ms }} ms
{{ json_pretty(node.vars_snapshot|default({})) }}
{{ json_pretty(final_vars) }}
{% endif %}
{% if logs %}
{{ json_pretty("\n".join(logs)) }}
{% endif %}
{{ json_pretty(report) }}