mirror of
https://github.com/RealOrangeOne/infrastructure.git
synced 2026-07-17 16:35:58 +00:00
Stop constantly updating permissions on nextcloud files
This commit is contained in:
parent
08a0b8f9f2
commit
1620352ce6
1 changed files with 0 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue