From 50b9f1e9abfe11a1bea507c187d14d6316ce39ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Tue, 14 Jul 2026 11:38:05 +0200 Subject: [PATCH] fixed bootstrap play hosts --- 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 8d8554e..2957074 100644 --- a/playbooks/linux/ubuntu-server/deploy_collabora_code.yml +++ b/playbooks/linux/ubuntu-server/deploy_collabora_code.yml @@ -2,7 +2,7 @@ # PLAY 0 — Bootstrap: install acl BEFORE any become_user is used. # ================================================================ - name: Bootstrap – ensure acl is installed - hosts: nextcloud + hosts: collabora_code become: true gather_facts: false