From 035aef7c47159d1d61ff7d34bbc07fb52d3da38f Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:42:21 -0400 Subject: [PATCH] Replace tabs with spaces --- roles/pvc/templates/pvc/pvc-api.yaml.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: