rabbitmq/server: fix missing quote
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
13f4b3b63c
commit
6bec1929e5
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@
|
|||
- name: Configure federation upstream from pubsub to the public_pubsub vhost (phx2)
|
||||
run_once: true
|
||||
delegate_to: "rabbitmq01{{ env_suffix }}.{{ datacenter }}.fedoraproject.org"
|
||||
when: "env == 'production' and datacenter == 'phx2"
|
||||
when: "env == 'production' and datacenter == 'phx2'"
|
||||
rabbitmq_parameter:
|
||||
component: "federation-upstream"
|
||||
name: "pubsub-to-public_pubsub"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue