: improve nextcloud config
All checks were successful
ansible-lint / lint-everything (push) Successful in 5s

This commit is contained in:
VC
2025-03-11 09:23:15 +01:00
parent 4f78531414
commit c4b1ff1e48
4 changed files with 6 additions and 5 deletions

View File

@@ -28,9 +28,9 @@
ansible.builtin.file:
state: directory
dest: "{{ nextcloud_app_home }}/{{ item }}"
owner: root
owner: www-data
group: www-data
mode: "g+w"
mode: "a-rwx,u+rwX,g+rX"
recurse: true
loop: "{{ nextcloud_writable_app_dirs }}"