From 8608d89653df0cfc8d655934cdcffde4ae873673 Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Wed, 20 Aug 2025 09:07:33 +0200 Subject: [PATCH] Implemented correct template for collabora --- roles/web-svc-collabora/tasks/01_core.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/web-svc-collabora/tasks/01_core.yml b/roles/web-svc-collabora/tasks/01_core.yml index 3f79b143..99e998fe 100644 --- a/roles/web-svc-collabora/tasks/01_core.yml +++ b/roles/web-svc-collabora/tasks/01_core.yml @@ -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 command: "{{ COLLABORA_DOCKER_CONF_EXEC }} update-system-template" register: collabora_fonts