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

Implement new option to disable cert renewal

parent 9c85a480
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@
- name: Import renew
import_tasks: renew.yml
when: letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists and (proxy_active is not defined or proxy_active)
when: letsencrypt_renew_active|default(true) and letsencrypt_certs_available is defined and letsencrypt_certs_available.stat.exists and (proxy_active is not defined or proxy_active)
tags:
- renew
......
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