{% extends "layout.html" %} {% block content %}
| Start | End | Duration |
|---|---|---|
| {{ playbook.time_start |datefmt }} | {{ playbook.time_end |datefmt }} | {{ playbook.duration |timefmt}} |
| Offset from playbook | Duration | Host | Task | Action | Status | |
|---|---|---|---|---|---|---|
| {{ result.task.offset_from_playbook|timefmt }} | {{ result.duration |timefmt }} | {{ macros.make_link('host.show_host', result.host.name, host=result.host.name) }} | {{ result.task.name }} | {{ result.task.action }} | {{ status |upper }} | {{ macros.make_link('result.show_result', 'details', task_result=result.id) }} |