Fixed user->owner permission changes
This commit is contained in:
parent
2ac4256c29
commit
0046605cfd
@ -17,6 +17,6 @@
|
|||||||
- name: Change ownership of Nextcloud directories
|
- name: Change ownership of Nextcloud directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ nextcloud_www_path }}"
|
path: "{{ nextcloud_www_path }}"
|
||||||
user: www-data
|
owner: www-data
|
||||||
group: www-data
|
group: www-data
|
||||||
recurse: true
|
recurse: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user