mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 23:15:21 +08:00
cloud-image-uploader: fix the final queue reference
I forgot queues are declared separately from the bindings.
This commit is contained in:
@@ -21,7 +21,7 @@ queue = "cloud-image-uploader{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = ["org.fedoraproject.{{ env }}.buildsys.build.state.change"]
|
||||
|
||||
[queues.fedora-image-uploader]
|
||||
[queues."cloud-image-uploader{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
|
||||
Reference in New Issue
Block a user