nextcloud: Korrigiere unsinnige Verzeichnisrechte
This commit is contained in:
parent
9d74744578
commit
9c3ad22b4f
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
||||||
- name: "nextcloud: {{ instance.name }}: Verzeichnis prüfen"
|
- name: "nextcloud: {{ instance.name }}: Verzeichnis prüfen"
|
||||||
file:
|
file:
|
||||||
path: "{{ nextcloud_install_path }}"
|
path: "{{ nextcloud_install_path }}"
|
||||||
mode: 0755
|
mode: 0644
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
- name: "nextcloud: {{ instance.name }}: herunterladen und entpacken"
|
- name: "nextcloud: {{ instance.name }}: herunterladen und entpacken"
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
dest: "{{ nextcloud_install_path }}"
|
dest: "{{ nextcloud_install_path }}"
|
||||||
owner: "{{ instance.user }}"
|
owner: "{{ instance.user }}"
|
||||||
group: "{{ instance.user }}"
|
group: "{{ instance.user }}"
|
||||||
mode: 0755
|
mode: 0644
|
||||||
|
|
||||||
- name: "nextcloud: {{ instance.name }}: Installation"
|
- name: "nextcloud: {{ instance.name }}: Installation"
|
||||||
command:
|
command:
|
||||||
|
|
Loading…
Reference in a new issue