From 392a9bcebb3528ed512eda0f3d13fa2e35a2d024 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sun, 3 Jan 2021 10:28:37 -0800 Subject: [PATCH] retrace: try dropping double quotes in non variables Signed-off-by: Kevin Fenzi --- playbooks/groups/retrace.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/retrace.yml b/playbooks/groups/retrace.yml index 21abeca209..74631e297e 100644 --- a/playbooks/groups/retrace.yml +++ b/playbooks/groups/retrace.yml @@ -27,8 +27,8 @@ roles: - role: rabbit/queue - username: "faf" - queue_name: "faf" + username: faf + queue_name: faf routing_keys: - "org.fedoraproject.*.faf.report.threshold1" - "org.fedoraproject.*.faf.report.threshold10"