{% load datetime_formatting %} {% load truncatepath %} {% load static_url %}
Report | Status | Results | Action | Task name | Task path | Playbook name (or path) | Tags | |||
---|---|---|---|---|---|---|---|---|---|---|
{% url 'ui:playbook' task.playbook.id as playbook_url %} | {% include "partials/task_status_icon.html" with status=task.status %} | {{ task.items.results }} | {{ task.started | format_date }} | {{ task.duration | format_duration }} | {{ task.action }} | {{ task.name }} | {% if not static_generation %} {{ task.path | truncatepath:40 }} : {{ task.lineno }} {% else %} {{ task.path | truncatepath:40 }}:{{ task.lineno }} {% endif %} | {% if task.playbook.name is not None %}{% if not static_generation %} {{ task.playbook.name | truncatechars:50 }} {% else %} {{ task.playbook.name | truncatechars:50 }} {% endif %} | {% else %}{% if not static_generation %} {{ task.playbook.path | truncatepath:25 }} {% else %} {{ task.playbook.path | truncatepath:25 }} {% endif %} | {% endif %}{{ task.tags | length }} |