Skip to content

Commit

Permalink
Fix Healthchecks.io role when disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
kdkasad committed Aug 11, 2024
1 parent 56b7d5f commit 5382f2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/healthchecksio/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
name: Ping Healthchecks.io
minute: "*/5"
job: >-
curl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/{{ healthchecksio_uuid }}
curl -fsS -m 10 --retry 5 -o /dev/null https://hc-ping.com/{{ healthchecksio_uuid | default('') }}

0 comments on commit 5382f2c

Please sign in to comment.