fix: Correct closing brackets.

This commit is contained in:
Laur Ivan 2023-02-15 10:47:57 +01:00
parent c8a6df17c6
commit 88e1088d17

View File

@ -15,7 +15,7 @@
- name: "{{ cookiecutter.app_name | upper }} | Write configuration files" - name: "{{ cookiecutter.app_name | upper }} | Write configuration files"
ansible.builtin.template: ansible.builtin.template:
src: "{%raw%}{{{%endraw%} item {%raw%}}}{%endraw%}.j2" src: "{%raw%}{{{%endraw%} item {%raw%}}}{%endraw%}.j2"
dest: "{%raw%}{{{%endraw%} {{ cookiecutter.app_name }}_config_path | expanduser | realpath {%raw%}}}{%endraw%}/{%raw%}{{{%endraw%} item {%raw%}{{{%endraw%}" dest: "{%raw%}{{{%endraw%} {{ cookiecutter.app_name }}_config_path | expanduser | realpath {%raw%}}}{%endraw%}/{%raw%}{{{%endraw%} item {%raw%}}}{%endraw%}"
mode: '0640' mode: '0640'
loop: loop:
- "docker-compose.yml" - "docker-compose.yml"