{% extends "base.html" %} {% block body %} {% include "partials/playbook_card.html" %} {% load datetime_formatting %}
Host |
CHANGED |
FAILED |
OK |
SKIPPED |
UNREACHABLE |
---|---|---|---|---|---|
{{ host.name }} | {{ host.changed }} | {{ host.failed }} | {{ host.ok }} | {{ host.skipped }} | {{ host.unreachable }} |
Status | Host | Task | Action | Duration | Date |
---|---|---|---|---|---|
{% include "partials/result_status_icon.html" with status=result.status %} | {{ result.host.name }} | {{ task.name }} | {{ task.action }} | {{ result.duration | format_duration }} | {{ result.started | format_date }} |