Update to 2024-07-05 17:01

This commit is contained in:
Daniel Berteaud
2024-07-05 17:01:05 +02:00
parent b38fe8ecec
commit 17651158da
7 changed files with 26 additions and 9 deletions

View File

@@ -51,6 +51,8 @@ template {
source = "{{ template.source }}"
{% elif template.contents is defined %}
contents = "{{ template.contents }}"
{% elif template.data is defined %}
source = "{{ vault_agent_root_dir }}/templates/ansible/{{ template.destination | regex_replace('/', '_') }}"
{% endif %}
destination = "{{ template.destination }}"
{% for prop in ['left_delimiter', 'right_delimiter', 'perms'] %}