Browse your playbook reports here: Get started by expanding the "Hosts", "Plays", "Files" or "Tasks" panels below.
You can mouse over most elements to have more details about them.
Click on a task status (ex: 'failed') to see the detailed task result
Use the search box to find specific tasks based on their properties, for example:
do something would only match tasks with 'do something' in their name
localhost would only match tasks on the host 'localhost'
include would match tasks with 'include' in their task name or as the task action
failed would only match tasks with the 'failed' status
Task
Host
Action
Elapsed
Duration
Status
{% if playbook.tasks %}
{% for task in playbook.tasks %}
{% if task.task_results %}
{% for result in task.task_results %}
{% set status = result.derived_status %}