mirror of
https://github.com/davestephens/ansible-nas
synced 2025-01-26 10:15:14 +00:00
🏗️ removed cron_file command from cron task
This commit is contained in:
parent
d2c7ae6125
commit
bb501d8fba
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