Fix the group syntax

This commit is contained in:
Andrea Dell'Amico 2022-03-08 16:37:21 +01:00
parent c8f2f77064
commit 8b7bacb4f0
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ proxy:
{% endif %}
{% if app.groups is defined %}
groups: {{ app.groups }}
groups: [{{ app.groups }}]
{% endif %}