From 55631d04f68bd4657ee5fb994a1fdfe32329af54 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 14 Aug 2023 23:35:00 +0200 Subject: etherpad-lite: move to generic nginx-vhost template --- roles/apps/collabora/code/tasks/nginx-vhost.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/apps/collabora/code/tasks') diff --git a/roles/apps/collabora/code/tasks/nginx-vhost.yml b/roles/apps/collabora/code/tasks/nginx-vhost.yml index 218b4a94..afd8f1e0 100644 --- a/roles/apps/collabora/code/tasks/nginx-vhost.yml +++ b/roles/apps/collabora/code/tasks/nginx-vhost.yml @@ -1,3 +1,4 @@ +--- - name: render nginx-vhost custom config set_fact: collabora_code_nginx_vhost_custom: "{{ lookup('template', 'nginx-vhost.conf.j2') }}" -- cgit v1.2.3