Configure Nextcloud cronjob

This commit is contained in:
Salt 2020-12-31 20:11:09 -06:00
parent ca5dd0b190
commit 9224394b85
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@
# Webservers
---
- 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"
become: yes
tags: [ nextcloud, cron ]
roles:
- role: backup
vars: