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