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:
parent
f0b98b904c
commit
da244a81df
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue