Configure Nextcloud cronjob
This commit is contained in:
parent
ca5dd0b190
commit
9224394b85
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user