ansible/roles/letsencrypt/tasks/main.yml in subspace-2.1.1 vs ansible/roles/letsencrypt/tasks/main.yml in subspace-2.1.2
- old
+ new
@@ -58,10 +58,10 @@
command: "{{certbot_dir}}/certbot-auto certonly --email {{letsencrypt_email}} --domains {{item.domains | join(',')}} --cert-name {{item.cert_name}} --standalone --agree-tos --expand --non-interactive"
- name: Update nginx default options
when: "'nginx' in role_names"
get_url:
- url: https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/options-ssl-nginx.conf
+ url: https://raw.githubusercontent.com/certbot/certbot/master/certbot-nginx/certbot_nginx/tls_configs/options-ssl-nginx.conf
dest: /etc/letsencrypt/options-ssl-nginx.conf
- name: Update apache default options
when: "'apache' in role_names"
get_url: