[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:
Michal Konecny 2024-07-09 16:31:38 +02:00
parent 52329a4c46
commit 3d335893a3

View file

@ -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]}
"""