rabbitmq/server: fix missing quote

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2020-05-18 21:44:12 -07:00
parent 13f4b3b63c
commit 6bec1929e5

View file

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