mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-04-11 15:53:21 +02:00
Update to 2024-10-08 18:00
This commit is contained in:
parent
fc993adf3d
commit
f33a1f7ea1
@ -353,7 +353,7 @@ vault {
|
||||
]
|
||||
ttl = "{{ nomad_conf.vault.default_identity.ttl | default('1h') }}"
|
||||
{% for key in ['env', 'file'] %}
|
||||
{% if nomad_conf.consul.task_identity[key] is defined %}
|
||||
{% if nomad_conf.vault.default_identity[key] is defined %}
|
||||
{{ key }} = {{ nomad_conf.vault.default_identity[key] | ternary('true', 'false') }}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user