diff --git a/roles/fedmsg/irc/templates/ircbot.py b/roles/fedmsg/irc/templates/ircbot.py index 67769121e3..2bb4c038cc 100644 --- a/roles/fedmsg/irc/templates/ircbot.py +++ b/roles/fedmsg/irc/templates/ircbot.py @@ -356,8 +356,9 @@ config = dict( # If the word modularity appears in any message, forward it. filters=dict( topic=[ - # Ignore some of the copr spamminess + # Ignore some of the ansible and copr spamminess 'org.fedoraproject.*.copr.*', + 'org.fedoraproject.*.ansible.*', ], body=['^((?!(modularity|Modularity)).)*$'], ),