mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 20:12:54 +08:00
the-new-hotness: Add env_suffix to rabbitmq queue
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
@@ -24,7 +24,7 @@ items:
|
||||
# Note the double brackets below.
|
||||
# To add another binding, add another [[bindings]] section.
|
||||
[[bindings]]
|
||||
queue = "the-new-hotness"
|
||||
queue = "the-new-hotness{{ env_suffix }}"
|
||||
exchange = "amq.topic"
|
||||
routing_keys = [
|
||||
"org.release-monitoring.prod.anitya.project.version.update",
|
||||
|
||||
Reference in New Issue
Block a user