mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 21:10:20 +08:00
retrace: add quotes around username since it has a var in it
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
roles:
|
||||
- role: rabbit/queue
|
||||
username: faf{{ env_suffix }}
|
||||
username: "faf{{ env_suffix }}"
|
||||
queue_name: faf
|
||||
routing_keys:
|
||||
- "org.fedoraproject.*.faf.report.threshold1"
|
||||
|
||||
Reference in New Issue
Block a user