fix newlines in containe file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a73ea0450f
commit
492eecaea4
@ -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(" ") }}
|
||||
|
Loading…
Reference in New Issue
Block a user