mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 19:16:26 +02:00
Removed whitespaces in templates:
This commit is contained in:
@@ -4,13 +4,13 @@
|
||||
name: sys-stk-back-stateful
|
||||
|
||||
- name: configure {{ domain }}.conf
|
||||
template:
|
||||
template:
|
||||
src: "templates/proxy.conf.j2"
|
||||
dest: "{{ [ NGINX.DIRECTORIES.HTTP.SERVERS, domain ~ '.conf'] | path_join }}"
|
||||
notify: restart openresty
|
||||
|
||||
- name: "create {{ docker_compose.files.env }}"
|
||||
template:
|
||||
template:
|
||||
src: "database.j2"
|
||||
dest: "{{ docker_compose.files.env }}"
|
||||
mode: "0770"
|
||||
|
Reference in New Issue
Block a user