mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-24 11:06:24 +02:00
Removed whitespaces in templates:
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
mode: '0755'
|
||||
|
||||
- name: create {{ MATRIX_WELL_KNOWN_FILE }}
|
||||
template:
|
||||
template:
|
||||
src: "well-known.j2"
|
||||
dest: "{{ MATRIX_WELL_KNOWN_FILE }}"
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
http_port: "{{ MATRIX_SYNAPSE_PORT }}"
|
||||
|
||||
- name: create {{ MATRIX_SYNAPSE_DOMAIN }}.conf
|
||||
template:
|
||||
template:
|
||||
src: "templates/nginx.conf.j2"
|
||||
dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ MATRIX_SYNAPSE_DOMAIN }}.conf"
|
||||
vars:
|
||||
|
Reference in New Issue
Block a user