Skip to content
Snippets Groups Projects
Commit 58f35d23 authored by jurgenhaas's avatar jurgenhaas
Browse files

Extra args for letsencrypt

parent 51a808e4
No related branches found
No related tags found
No related merge requests found
......@@ -9,5 +9,5 @@
failed_when: false
- name: "Install New Cert"
shell: /opt/letsencrypt/letsencrypt-auto certonly -d {{ item.1.domain }} --apache --text --email {{ apache_server_admin }} --agree-tos --redirect
shell: /opt/letsencrypt/letsencrypt-auto certonly -d {{ item.1.domain }} --apache --text --email {{ apache_server_admin }} --agree-tos --redirect --expand --non-interactive
when: cert_available is defined and cert_available.stdout != filename
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment