Removed whitespaces in templates:

This commit is contained in:
2025-09-22 16:28:57 +02:00
parent 3dc2fbd47c
commit fa6bb67a66
14 changed files with 22 additions and 22 deletions

View File

@@ -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: