diff --git a/tasks/main.yml b/tasks/main.yml index be72d2014fa1945b621a83c29cafa044b4574b88..8a0d38e1276df3f193ff6c9af153de4b2ba6817e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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'