fix: Correct closing brackets.
This commit is contained in:
parent
c8a6df17c6
commit
88e1088d17
@ -15,7 +15,7 @@
|
||||
- name: "{{ cookiecutter.app_name | upper }} | Write configuration files"
|
||||
ansible.builtin.template:
|
||||
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'
|
||||
loop:
|
||||
- "docker-compose.yml"
|
||||
|
Loading…
Reference in New Issue
Block a user