mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-03 23:26:58 +02:00
Update to 2024-10-08 18:00
This commit is contained in:
@@ -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 %}
|
||||
|
Reference in New Issue
Block a user