mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 10:32:27 +08:00
Fix FMN queue name
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -18,14 +18,14 @@ durable = true
|
||||
auto_delete = false
|
||||
arguments = {}
|
||||
|
||||
[queues.fmn]
|
||||
[queues."fmn{{ env_suffix }}"]
|
||||
durable = true
|
||||
auto_delete = false
|
||||
exclusive = false
|
||||
arguments = {}
|
||||
|
||||
[[bindings]]
|
||||
queue = "fmn"
|
||||
queue = "fmn{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = ["#"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user