Fix permissions
This commit is contained in:
parent
048a7833e8
commit
89865fab2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue