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

ansible-roles/haproxy#8 Sync proxy pool when certs got renewed

parent 1a01abe9
No related branches found
No related tags found
No related merge requests found
......@@ -31,4 +31,7 @@
when: letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists and (proxy_active is not defined or proxy_active)
tags: 'renew'
- include_tasks: '../../haproxy/tasks/proxypool.yml'
tags: 'renew'
when: '"letsencrypt" not in excluded_roles'
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