Fix permissions

This commit is contained in:
phil 2023-10-25 21:11:34 +02:00
parent aec8ab3116
commit c385f0a9b6

View file

@ -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 }}"