Skip to content
Snippets Groups Projects
Commit f71a1ae5 authored by jurgenhaas's avatar jurgenhaas
Browse files

Ignore errors if this is called by LetsEncrypt dependency when no certs have been issued yet

parent 9bda5645
No related branches found
No related tags found
No related merge requests found
......@@ -8,5 +8,6 @@
regexp='(fullchain)|(privkey)\.pem'
with_items: '{{ proxy_certificates|default([]) }}'
when: item.letsencrypt|default(false) and item.active|default(true)
ignore_errors: true
notify:
- "Restart HAProxy"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment