From 98f7291f5b377050dff9af20b92f5d7596fe9765 Mon Sep 17 00:00:00 2001 From: jmdekker2 Date: Fri, 6 Jun 2025 08:38:31 +0200 Subject: [PATCH] Update install_nextcloud.yml --- install_nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_nextcloud.yml b/install_nextcloud.yml index 30ec2a9..740e6d1 100644 --- a/install_nextcloud.yml +++ b/install_nextcloud.yml @@ -128,7 +128,7 @@ - name: Zet juiste rechten file: - path: "{{ nextcloud_datafolder }}" + path: /var/www/nextcloud owner: www-data group: www-data recurse: yes