Fix permissions

This commit is contained in:
phil 2023-10-25 19:31:25 +02:00
parent 048a7833e8
commit 89865fab2d

View file

@ -20,7 +20,7 @@
- name: "Nextcloud | Prüfe Installationsverzeichnis | {{ item.name }}" - name: "Nextcloud | Prüfe Installationsverzeichnis | {{ item.name }}"
ansible.builtin.file: ansible.builtin.file:
path: "{{ nextcloud_install_path }}" path: "{{ nextcloud_install_path }}"
mode: "0644" mode: "0755"
state: directory state: directory
when: not nc_is_installed.stat.exists when: not nc_is_installed.stat.exists