mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-01 22:11:01 +08:00
cloud-image-uploader: fix up queue name
The queue name needs to match the queue name we defined in the playbook that creates the user and queue.
This commit is contained in:
@@ -17,7 +17,7 @@ app_url = "https://pagure.io/cloud-image-uploader"
|
||||
app_contacts_email = "cloud@lists.fedoraproject.org"
|
||||
|
||||
[[bindings]]
|
||||
queue = "fedora-image-uploader"
|
||||
queue = "cloud-image-uploader"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = ["org.fedoraproject.{{ env }}.buildsys.build.state.change"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user