nextcloud: Korrigiere unsinnige Verzeichnisrechte

This commit is contained in:
phil 2022-10-10 20:54:20 +02:00
parent 9d74744578
commit 9c3ad22b4f

View file

@ -2,7 +2,7 @@
- name: "nextcloud: {{ instance.name }}: Verzeichnis prüfen"
file:
path: "{{ nextcloud_install_path }}"
mode: 0755
mode: 0644
state: directory
- name: "nextcloud: {{ instance.name }}: herunterladen und entpacken"
@ -14,7 +14,7 @@
dest: "{{ nextcloud_install_path }}"
owner: "{{ instance.user }}"
group: "{{ instance.user }}"
mode: 0755
mode: 0644
- name: "nextcloud: {{ instance.name }}: Installation"
command: