| Task action | {{actions[0][12]}} |
|---|---|
| Foreman Task id | {{actions[0][13]}} |
| Plan Label | {{label}} | {% if caller_execution_plan_id %}caller_execution_plan_uuid | {{caller_execution_plan_id}} | {% endif %}execution_plan_uuid | {{execution_plan_uuid}} |
|---|
|
{% if pulp_exectime|length > 0 %}
|
{% endif %}
||||||||||||||||||
| Action class | Step started_at | Step ended_at | Step real_time | Step execution_time | state |
|---|---|---|---|---|---|
| {{a[3]}}: {{a[4]}} {% if a[7] and a[7]|length and a[7] != "{}" %}!{% endif %} | {{state}} | ||||
|
|||||
| {{a[3]}}.{{s[1]}}: {{s[10]}} {% if s[13]|length %}!{% endif %} | {{ s[4].split(".")[0] }} | {{ s[5].split(".")[0] }} | {{ "{:0,.2f}".format(s[6]) }} | {{ "{:0,.2f}".format(s[7]) }} | {% if s[3]=="error" %}{{s[3]}} {% elif s[3] in ["warning", "pending"] %}{{s[3]}} {% else %}{{s[3]}} {% endif %} |
|
|||||