[toddlers] Fix distgit_commit_processor templates
In https://pagure.io/fedora-infra/ansible/pull-request/2137 nils introduced the fix for poddlers, but we need this for toddlers as well. Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
52329a4c46
commit
3d335893a3
1 changed files with 2 additions and 2 deletions
|
@ -404,9 +404,9 @@ mail_from = "notifications@{{ env_prefix }}fedoraproject.org"
|
|||
mail_to = "scm-commits@lists.{{ env_prefix }}fedoraproject.org"
|
||||
# This is the default subject
|
||||
# mail_subject_tmpl = "{message.summary}"
|
||||
mail_content_tmpl = """Notification time stamped {headers['sent-at']}
|
||||
mail_content_tmpl = """Notification time stamped {headers[sent-at]}
|
||||
|
||||
{message}
|
||||
|
||||
{commit['url']}
|
||||
{commit[url]}
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue