Correct NC cronjob
This commit is contained in:
parent
9c75583854
commit
8e470bdd62
@ -5,7 +5,7 @@
|
||||
- hosts: web1.desu.ltd
|
||||
tasks:
|
||||
- name: configure nextcloud cronjob
|
||||
cron: user=www-data name=nextcloud minute=*/5 job="php -f /var/www/nextcloud/cron.php"
|
||||
cron: user=www-data name=nextcloud minute=*/5 job="php -f /var/www/nc.desu.ltd/cron.php"
|
||||
become: yes
|
||||
tags: [ nextcloud, cron ]
|
||||
roles:
|
||||
|
Loading…
Reference in New Issue
Block a user