Implemented correct template for collabora

This commit is contained in:
Kevin Veen-Birkenbach 2025-08-20 09:07:33 +02:00
parent a4f39ac732
commit 8608d89653
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E

View File

@ -1,3 +1,9 @@
- name: "generate {{ domains | get_domain(application_id) }}.conf"
template:
src: "nginx.conf.j2"
dest: "{{ NGINX.DIRECTORIES.HTTP.SERVERS }}{{ domains | get_domain(application_id) }}.conf"
notify: restart openresty
- name: Update Collabora systemplate to include new fonts - name: Update Collabora systemplate to include new fonts
command: "{{ COLLABORA_DOCKER_CONF_EXEC }} update-system-template" command: "{{ COLLABORA_DOCKER_CONF_EXEC }} update-system-template"
register: collabora_fonts register: collabora_fonts