Fix perms on config.php

This is what NC sets it to every time I change it lol
This commit is contained in:
Salt 2020-05-06 23:22:35 -05:00
parent f337532435
commit ebfa2e4b92

View File

@ -72,7 +72,7 @@
- name: Tighten config.php
file:
path: "{{ nextcloud_webroot }}/config/config.php"
mode: "0660"
mode: "0640"
- name: Loosen occ
file:
path: "{{ nextcloud_webroot }}/occ"