mirror of
https://github.com/FAUSheppy/no-secrets-athq-ansible
synced 2025-12-06 09:01:38 +01:00
feat: add nextcloud role \w cronjob
This commit is contained in:
7
roles/nextcloud/tasks/main.yaml
Normal file
7
roles/nextcloud/tasks/main.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: Add slapd script to cron
|
||||
cron:
|
||||
minute: "0"
|
||||
hour: "0"
|
||||
name: Nextcloud cron-cleanup
|
||||
job: /usr/bin/php -f /var/www/nextcloud/cron.php
|
||||
user: www-data
|
||||
Reference in New Issue
Block a user