fix newlines in containe file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2023-08-05 17:43:16 +02:00
parent a73ea0450f
commit 492eecaea4
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ EnvironmentFile=/etc/containers/systemd/vault.env
{% for item in vault_volumes %}
Volume={{ item.name }}:{{ item.dest }}{{ ":" + item.opts if item.opts is defined else "" }}
{% endfor %}
{% if (redis_cap_add + redis_cap_drop) | length > 0 %}
{% if (vault_cap_add + vault_cap_drop) | length > 0 %}
{% if vault_cap_add | length > 0 %}
AddCapability={{ vault_cap_add | join(" ") }}