Fix typo in cronjob minute

This commit is contained in:
Salt 2020-02-06 03:47:10 -06:00
parent 96b7f55e63
commit 7a1010f389

View File

@ -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 }}"