From 257352adc2ca7b5ee37a18d227f1d8ef5f60d9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 14 Jul 2026 12:26:59 +0200 Subject: [PATCH] removed certificate creation --- playbooks/linux/ubuntu-server/deploy_collabora_code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/linux/ubuntu-server/deploy_collabora_code.yml b/playbooks/linux/ubuntu-server/deploy_collabora_code.yml index c5eecd1..611726d 100644 --- a/playbooks/linux/ubuntu-server/deploy_collabora_code.yml +++ b/playbooks/linux/ubuntu-server/deploy_collabora_code.yml @@ -69,7 +69,7 @@ nextcloud_domain: "cloud.test.local" tasks: - - name: Configure Collabora CODE to use the correct domain + - name: Configure Collabora CODE to use the correct nextcloud domain ansible.builtin.shell: cmd: coolconfig set storage.wopi.host {{ nextcloud_domain }} - name: Configure Collabora CODE to disable SSL