{% extends "layout.html" %} {% block content %}
| Playbook | UUID | Start | End | Duration |
|---|---|---|---|---|
| {{ run.playbook }} | {{ run.id }} | {{ run.start |datetime(format='%Y-%m-%d %H:%M:%S') }} | {{ run.end |datetime(format='%Y-%m-%d %H:%M:%S') }} | {{ run.duration |truncate(6) }}s |
| Timestamp | Status | Host | Play > Task > Module |
|---|---|---|---|
| {{ row.end |datetime }} |
{% if row.failed and row.ignore_errors %} {% endif %} {{ row.duration |truncate(5) }}s |
{{ row.host }} |
|