mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
Warn about str.format() in toddlers config
The configuration does the right thing now, but add the warning nonetheless, so subsequent changes are less likely to be breaking. Signed-off-by: Nils Philippsen <nils@redhat.com>
This commit is contained in:
@@ -400,6 +400,7 @@ notify_emails = [
|
||||
[consumer_config.distgit_commit_processor]
|
||||
mail_from = "notifications@{{ env_prefix }}fedoraproject.org"
|
||||
mail_to = "scm-commits@lists.{{ env_prefix }}fedoraproject.org"
|
||||
# The templates are passed to str.format() => no quotes in dictionary keys!
|
||||
# This is the default subject
|
||||
# mail_subject_tmpl = "{message.summary}"
|
||||
mail_content_tmpl = """Notification time stamped {headers[sent-at]}
|
||||
|
||||
Reference in New Issue
Block a user