mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
Merge pull request #584 from HitLuca/healthchecks.io-cron-update
Removed cron_file command from cron task
This commit is contained in:
commit
3b2c4fa0b0
1 changed files with 0 additions and 1 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue