From 6bec1929e58b88a70d71cfc0b5c96e13e8caa8fa Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 18 May 2020 21:44:12 -0700 Subject: [PATCH] rabbitmq/server: fix missing quote Signed-off-by: Kevin Fenzi --- roles/rabbitmq_cluster/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rabbitmq_cluster/tasks/main.yml b/roles/rabbitmq_cluster/tasks/main.yml index 58d2647531..4252887c9f 100644 --- a/roles/rabbitmq_cluster/tasks/main.yml +++ b/roles/rabbitmq_cluster/tasks/main.yml @@ -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"