rabbitmq/server: fix missing quote

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-18 21:52:29 -07:00
parent 6bec1929e5
commit 3c5c8b5f2a

View file

@ -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"