updated haproxy state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2024-09-29 09:50:15 +02:00
parent 0dad5294c7
commit 0655f8f329

View File

@ -6,4 +6,8 @@ haproxy-service:
- enable: true
- reload: true
- check_cmd:
- haproxy -f {{ haproxy.config.dir }}/{{ haproxy.config.configfile }} -c
- haproxy -f {{ haproxy.config.dir }}/{{ haproxy.config.configfile }} -c
{% if haproxy.acme %}
- watch:
- pki.fetched: pki-fetched-*
{% endif %}