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

Only renew if it's not an inactive proxy

parent 06e1e408
Branches
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@
loop_var: domain
- include: renew.yml
when: letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists
when: letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists and (proxy_active is not defined or proxy_active)
tags: 'renew'
when: '"letsencrypt" not in excluded_roles'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment