diff --git a/tasks/main.yml b/tasks/main.yml index e888b2c..ffb1f4d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -120,7 +120,6 @@ args: creates: '{{ letsencrypt_acme_sh_base_data_dir }}/data/ok_certificate_issued' register: acme_sh_certificate_issued - ignore_errors: True - name: Check if the 'live' path is a symling. It is, if acmetool was installed stat: path={{ letsencrypt_acme_sh_certificates_install_path }} @@ -139,7 +138,6 @@ - letsencrypt_acme_sh_explicitly_install_certs | bool - acme_sh_certificate_issued is defined - acme_sh_certificate_issued is changed - ignore_errors: True - name: Fix the http port in the configuration. Needed when we renew using the http protocol and we are behind a web server lineinfile: