Stop constantly updating permissions on nextcloud files

This commit is contained in:
Jake Howard 2025-07-16 20:49:05 +01:00
parent 08a0b8f9f2
commit 1620352ce6
No known key found for this signature in database
GPG key ID: 57AFB45680EDD477

View file

@ -37,9 +37,3 @@
chdir: /opt/nextcloud
cmd: "{{ docker_update_command }}"
when: compose_file.changed or config_file.changed
- name: Set data dir permissions
cron:
name: Set nextcloud data permissions
special_time: daily
job: chown -R {{ docker_user.name }}:{{ docker_user.name }} /mnt/tank/files/nextcloud