mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
resultsdb: Avoid sending taskotron-compatible messages
These are no longer needed and can no longer be published anyway.
This commit is contained in:
@@ -50,7 +50,7 @@ stringData:
|
||||
MESSAGE_BUS_PUBLISH_TASKOTRON = False
|
||||
{% else %}
|
||||
MESSAGE_BUS_PUBLISH = True
|
||||
MESSAGE_BUS_PUBLISH_TASKOTRON = True
|
||||
MESSAGE_BUS_PUBLISH_TASKOTRON = False
|
||||
{% endif %}
|
||||
MESSAGE_BUS_PLUGIN = 'fedmsg'
|
||||
{% if deployment_type is defined and deployment_type in ['local'] %}
|
||||
|
||||
Reference in New Issue
Block a user