Fix typo in cronjob minute
This commit is contained in:
parent
96b7f55e63
commit
7a1010f389
@ -103,7 +103,7 @@
|
||||
cron:
|
||||
user: www-data
|
||||
name: "nextcloud-cron"
|
||||
minute: "/5"
|
||||
minute: "*/5"
|
||||
job: "php -f \"{{ nextcloud_webroot }}\"/cron.php"
|
||||
- name: Enable Apache configs and modules
|
||||
shell: "{{ item }}"
|
||||
|
Loading…
Reference in New Issue
Block a user