Replace tabs with spaces
This commit is contained in:
parent
72d22a9c3c
commit
035aef7c47
|
@ -21,8 +21,8 @@ pvc:
|
||||||
# tokens: a list of authentication tokens; leave as an empty list to disable authentication
|
# tokens: a list of authentication tokens; leave as an empty list to disable authentication
|
||||||
tokens:
|
tokens:
|
||||||
{% for token in pvc_api_tokens %}
|
{% for token in pvc_api_tokens %}
|
||||||
- description: "{{ token.description }}"
|
- description: "{{ token.description }}"
|
||||||
token: "{{ token.token }}"
|
token: "{{ token.token }}"
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
# ssl: SSL configuration
|
# ssl: SSL configuration
|
||||||
ssl:
|
ssl:
|
||||||
|
|
Loading…
Reference in New Issue