Fix perms on config.php
This is what NC sets it to every time I change it lol
This commit is contained in:
parent
f337532435
commit
ebfa2e4b92
@ -72,7 +72,7 @@
|
|||||||
- name: Tighten config.php
|
- name: Tighten config.php
|
||||||
file:
|
file:
|
||||||
path: "{{ nextcloud_webroot }}/config/config.php"
|
path: "{{ nextcloud_webroot }}/config/config.php"
|
||||||
mode: "0660"
|
mode: "0640"
|
||||||
- name: Loosen occ
|
- name: Loosen occ
|
||||||
file:
|
file:
|
||||||
path: "{{ nextcloud_webroot }}/occ"
|
path: "{{ nextcloud_webroot }}/occ"
|
||||||
|
Loading…
Reference in New Issue
Block a user