Loading ansible/roles/letsencrypt/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ register: le_firstrun - name: No cert found! Attempt to get the certificate command: "certbot --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}" command: "certbot --keep --expand --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}" when: le_firstrun.stat.exists == False No newline at end of file Loading
ansible/roles/letsencrypt/tasks/main.yml +1 −1 Original line number Diff line number Diff line Loading @@ -6,5 +6,5 @@ register: le_firstrun - name: No cert found! Attempt to get the certificate command: "certbot --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}" command: "certbot --keep --expand --non-interactive --agree-tos --email {{ le_email }} certonly --webroot -w {{ le_webroot_path }} -d {{ le_cert_domains | join(',') }}" when: le_firstrun.stat.exists == False No newline at end of file