⚡: improve nextcloud config
All checks were successful
ansible-lint / lint-everything (push) Successful in 5s
All checks were successful
ansible-lint / lint-everything (push) Successful in 5s
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
|
Reference in New Issue
Block a user