Merge branch 'master' of ssh://git-ssh.notandy.de:2222/ansible/roles/nextcloud
This commit is contained in:
commit
a4bf3312a9
1 changed files with 7 additions and 0 deletions
|
|
@ -70,3 +70,10 @@
|
||||||
user: www-data
|
user: www-data
|
||||||
minute: "*/10"
|
minute: "*/10"
|
||||||
name: nextcloud-cron
|
name: nextcloud-cron
|
||||||
|
|
||||||
|
- name: add preview cronjob for nextcloud
|
||||||
|
cron:
|
||||||
|
job: /usr/bin/php -f /var/www/nextcloud/occ preview:pre-generate
|
||||||
|
user: www-data
|
||||||
|
minute: "17,47"
|
||||||
|
name: nextcloud-preview-generate
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue