mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-02 06:45:43 +02:00
Update to 2024-07-05 17:01
This commit is contained in:
@@ -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'] %}
|
||||
|
Reference in New Issue
Block a user