mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 20:42:20 +08:00
the-new-hotness: Use true instead of True in toml config
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -18,7 +18,7 @@ items:
|
||||
amqp_url = "amqps://the-new-hotness:@rabbitmq01{{ env_suffix }}.phx2.fedoraproject.org/%2Fpubsub"
|
||||
|
||||
publish_exchange = "amq.topic"
|
||||
passive_declares = True
|
||||
passive_declares = true
|
||||
|
||||
callback = "hotness.consumers:BugzillaTicketFiler"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user