Correct NC cronjob

This commit is contained in:
Salt 2020-12-31 22:23:26 -06:00
parent 9c75583854
commit 8e470bdd62
1 changed files with 1 additions and 1 deletions

View File

@ -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: