Fixed user->owner permission changes

This commit is contained in:
Corbin Bartsch 2022-04-10 17:29:52 -04:00
parent 2ac4256c29
commit 0046605cfd
Signed by: coredotbin
GPG Key ID: 32D3B80A08D93212

View File

@ -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