summaryrefslogtreecommitdiffstats
path: root/roles/pkgdb2/templates
diff options
context:
space:
mode:
authorPierre-Yves Chibon <pingou@pingoured.fr>2014-08-18 14:26:52 +0200
committerPierre-Yves Chibon <pingou@pingoured.fr>2014-08-18 14:27:16 +0200
commit881f4e3cdaa82fffe1f8757eb9b4fec413323be3 (patch)
tree3c825cac50fd5420a3b92ed96220cafb116abdec /roles/pkgdb2/templates
parent149a37bdd37b40b0e0964446d9880afd69e80ae4 (diff)
downloadansible-881f4e3cdaa82fffe1f8757eb9b4fec413323be3.tar.gz
ansible-881f4e3cdaa82fffe1f8757eb9b4fec413323be3.tar.xz
ansible-881f4e3cdaa82fffe1f8757eb9b4fec413323be3.zip
Fix typo in email in the pkgdb2 config file
Diffstat (limited to 'roles/pkgdb2/templates')
-rw-r--r--roles/pkgdb2/templates/pkgdb2.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg
index ad2bbc9d8..828d41d7c 100644
--- a/roles/pkgdb2/templates/pkgdb2.cfg
+++ b/roles/pkgdb2/templates/pkgdb2.cfg
@@ -49,7 +49,7 @@ PKGDB2_BUGZILLA_PASSWORD = '{{ bugzilla_password }}'
# Settings specific to the ``pkgdb-sync-bugzilla`` script/cron
PKGDB2_BUGZILLA_NOTIFY_EMAIL = [
'kevin@fedoraproject.org',
- 'pingou@fedoraproject']
+ 'pingou@fedoraproject.org']
BUGZILLA_COMPONENT_API = "component.get"
PKGDB2_BUGZILLA_NOTIFY_USER = '{{ bugzilla_user }}'
PKGDB2_BUGZILLA_NOTIFY_PASSWORD = '{{ bugzilla_password }}'