diff --git a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py index 4c301e3867..bd1b9a6f7a 100644 --- a/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py +++ b/roles/taskotron/resultsdb-fedmsg/files/resultsdb.py @@ -4,5 +4,5 @@ config = { # in /etc/fedmsg.d/relay.py instead of binding to ports and waiting for # listeners. We need this so that we can push our messages on to the # fedora-infra proper bus from over in the QA network. - active=True, + 'active': True, }