diff options
author | Ralph Bean <rbean@redhat.com> | 2015-06-30 14:22:17 +0000 |
---|---|---|
committer | Ralph Bean <rbean@redhat.com> | 2015-06-30 14:22:17 +0000 |
commit | 13c0fc577e78697333722dae7216bb7bdfd50a34 (patch) | |
tree | 08aa7347f2a823006ef7f26a298bf1588d84cf5a | |
parent | 3af87f892c1fb8666b3ad11c9286d3e9c225fea2 (diff) | |
download | ansible-13c0fc577e78697333722dae7216bb7bdfd50a34.tar.gz ansible-13c0fc577e78697333722dae7216bb7bdfd50a34.tar.xz ansible-13c0fc577e78697333722dae7216bb7bdfd50a34.zip |
Fix syntax error.
-rw-r--r-- | roles/mailman/files/fedmsg-plugin-conf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mailman/files/fedmsg-plugin-conf.py b/roles/mailman/files/fedmsg-plugin-conf.py index 2678376e0..3ee356754 100644 --- a/roles/mailman/files/fedmsg-plugin-conf.py +++ b/roles/mailman/files/fedmsg-plugin-conf.py @@ -1,6 +1,6 @@ config = { # These are mailing lists that we don't publish to fedmsg (because spam) - 'mailman.excluded_lists' = [ + 'mailman.excluded_lists': [ 'scm-commits', #'i18n-bugs',# disable this eventually #'fonts-bugs', # disable this eventually |