{% 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 |seconds_to_duration }} |
| Host | |||||
|---|---|---|---|---|---|
| {{ row.host }} | {{ row.ok }} | {{ row.changed }} | {{ row.skipped }} | {{ row.failures }} | {{ row.unreachable }} |
| Timestamp | Status | Host | Play > Task > Module |
|---|---|---|---|
| {{ row.end |datetime }} |
{% if row.failed and row.ignore_errors %} {% endif %} {{ row.duration |seconds_to_duration }} |
{{ row.host }} |
|