⚡: improve nextcloud installation
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s
This commit is contained in:
8
roles/nextcloud/tasks/cron.yml
Normal file
8
roles/nextcloud/tasks/cron.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
|
||||
- name: Install nextcloud cron
|
||||
ansible.builtin.cron:
|
||||
user: www-data
|
||||
name: nextcloud cron
|
||||
minute: "*/15"
|
||||
job: "/usr/bin/php -f {{ nextcloud_app_home }}/cron.php > /dev/null"
|
Reference in New Issue
Block a user