diff --git a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev index bce1cc6b6f..3a21509947 100644 --- a/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev +++ b/roles/taskotron/buildmaster-configure/templates/taskotron.master.cfg.j2.dev @@ -341,7 +341,8 @@ email_template = u''' Item type:{{ build['properties']['item_type'][0] }} Arch:{{ build['properties']['arch'][0] }} Worker:{{ workername }} -Artifacts:{{ artifacts_url }}/{{ build['properties']['uuid'][0] }} +Artifacts: +{{ artifacts_url }}/{{ build['properties']['uuid'][0] }} Complete logs:{{ build_url }} {% for step in build['steps'] if statuses[step.results] in ["warnings", "failure", "exception"] %}