Do not ignore errors anymore.
This commit is contained in:
parent
c4bbba7bb5
commit
fb9e35a804
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue