diff --git a/roles/pvc/templates/pvc/pvc-api.yaml.j2 b/roles/pvc/templates/pvc/pvc-api.yaml.j2 index f68fc36..99f57da 100644 --- a/roles/pvc/templates/pvc/pvc-api.yaml.j2 +++ b/roles/pvc/templates/pvc/pvc-api.yaml.j2 @@ -21,8 +21,8 @@ pvc: # tokens: a list of authentication tokens; leave as an empty list to disable authentication tokens: {% for token in pvc_api_tokens %} - - description: "{{ token.description }}" - token: "{{ token.token }}" + - description: "{{ token.description }}" + token: "{{ token.token }}" {% endfor %} # ssl: SSL configuration ssl: