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