: improve nextcloud installation
All checks were successful
ansible-lint / lint-everything (push) Successful in 3s

This commit is contained in:
VC
2025-03-11 11:12:56 +01:00
parent c4b1ff1e48
commit 0b7fc894da
6 changed files with 28 additions and 1 deletions

View 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"