From 89865fab2d0c0838c84f8ede91e2b5e6cc02a816 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 25 Oct 2023 19:31:25 +0200 Subject: [PATCH] Fix permissions --- tasks/nextcloud.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/nextcloud.yml b/tasks/nextcloud.yml index a5de704..5ebea86 100644 --- a/tasks/nextcloud.yml +++ b/tasks/nextcloud.yml @@ -20,7 +20,7 @@ - name: "Nextcloud | Prüfe Installationsverzeichnis | {{ item.name }}" ansible.builtin.file: path: "{{ nextcloud_install_path }}" - mode: "0644" + mode: "0755" state: directory when: not nc_is_installed.stat.exists