🏗️ removed cron_file command from cron task

This commit is contained in:
HitLuca 2022-08-17 13:48:30 +02:00
parent d2c7ae6125
commit bb501d8fba

View file

@ -4,5 +4,4 @@
name: healthchecks.io
minute: "*/{{ healthchecks_ping_minutes }}"
user: root
cron_file: /etc/crontab
job: "curl -m 10 --retry 5 {{ healthchecks_url }}"