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

@@ -3,7 +3,7 @@
name: sys-util-csp-cert
- name: create nextcloud proxy configuration file
template:
template:
src: "nginx/host.conf.j2"
dest: "{{ NEXTCLOUD_HOST_NGINX_PATH }}"
notify: restart openresty
@@ -31,7 +31,7 @@
notify: docker compose up
- name: create internal nextcloud nginx configuration
template:
template:
src: "nginx/docker.conf.j2"
dest: "{{ [docker_compose.directories.volumes, 'nginx.conf'] | path_join }}"
notify: restart nextcloud nginx service