Fix permissions
This commit is contained in:
parent
aec8ab3116
commit
c385f0a9b6
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@
|
||||||
dest: "{{ nextcloud_install_path }}"
|
dest: "{{ nextcloud_install_path }}"
|
||||||
owner: "{{ item.user }}"
|
owner: "{{ item.user }}"
|
||||||
group: "{{ item.user }}"
|
group: "{{ item.user }}"
|
||||||
mode: "0644"
|
|
||||||
when: not nc_is_installed.stat.exists
|
when: not nc_is_installed.stat.exists
|
||||||
|
|
||||||
- name: "Nextcloud | Führe Installation aus | {{ item.name }}"
|
- name: "Nextcloud | Führe Installation aus | {{ item.name }}"
|
||||||
|
|
Loading…
Reference in a new issue