Skip to content

Commit af6b91a

Browse files
committed
fix oh dear url check
1 parent fa3a07a commit af6b91a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

roles/haproxy/tasks/acme.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@
6969
content: |
7070
MAILTO=surfconext-beheer@surf.nl
7171
30 07 * * {{ haproxy_acme_cronjob_dow }} acme /home/acme/.acme.sh/acme.sh --cron --home /home/acme/.acme.sh > /dev/null
72-
{%- if haproxy_acme_cronjob_monitor_url|bool and haproxy_acme_cronjob_monitor_url|length > 0 -%}
72+
{%- if haproxy_acme_cronjob_monitor_url | default('') -%}
7373
{# #} && curl -fsS --retry 3 -o /dev/null {{ haproxy_acme_cronjob_monitor_url }}
7474
{%- endif %}

0 commit comments

Comments
 (0)