Move nextcloud data dir to ZFS

This commit is contained in:
Jake Howard
2020-10-24 14:26:30 +01:00
parent 5eb3870fbe
commit ff72f5a25e
3 changed files with 3 additions and 3 deletions

View File

@ -38,5 +38,5 @@
cron:
name: Set nextcloud data permissions
special_time: daily
job: chown -R {{ docker_user.name }}:{{ docker_user.name }} /srv/nextcloud-data/data/*
job: chown -R {{ docker_user.name }}:{{ docker_user.name }} /mnt/tank/files/nextcloud
become: true