Skip to content
Snippets Groups Projects
Commit 06b7292c authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove letsencrypt renewal as this will be performed by the letsencrypt role already

parent 1e716bf8
No related branches found
No related tags found
No related merge requests found
......@@ -12,11 +12,6 @@
- domains
when: item.1.protocol|default("https") == "https" and item.1.letsencrypt|default(true)
# Renewing certificates is only possible generelly, not individually.
- name: "Renew Existing Cert"
shell: /opt/letsencrypt/letsencrypt-auto renew
ignore_errors: true
when: '"letsencrypt" not in excluded_roles'
- block:
......
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