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

Add expand option to avoid a new cert issue when domains got changed

parent 85ffd399
Branches
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
with_items: '{{ letsencrypt_pause_services|default([]) }}'
- name: "Install New Cert"
shell: /opt/letsencrypt/letsencrypt-auto certonly --non-interactive --config /etc/letsencrypt/{{ cert.domain }}.ini
shell: /opt/letsencrypt/letsencrypt-auto certonly --expand --non-interactive --config /etc/letsencrypt/{{ cert.domain }}.ini
- name: "Start services"
service:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment