Correct NC cronjob
This commit is contained in:
parent
9c75583854
commit
8e470bdd62
@ -5,7 +5,7 @@
|
|||||||
- hosts: web1.desu.ltd
|
- hosts: web1.desu.ltd
|
||||||
tasks:
|
tasks:
|
||||||
- name: configure nextcloud cronjob
|
- 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
|
become: yes
|
||||||
tags: [ nextcloud, cron ]
|
tags: [ nextcloud, cron ]
|
||||||
roles:
|
roles:
|
||||||
|
Loading…
Reference in New Issue
Block a user