Don't remove acme.sh keys if acme.sh fails

py3 1.6.1
Emilien Mantel 2019-05-03 14:16:23 +02:00
parent cf010e4a4b
commit bb5e00d6f5
1 changed files with 0 additions and 6 deletions

View File

@ -81,12 +81,6 @@
rescue:
- name: FILE | Delete acme.sh files
file:
path: "{{ nginx_acmesh_dir }}/{{ item | nginx_site_name }}/"
state: absent
loop: "{{ nginx_ssl_pairs }}"
- name: FAIL | Explicit
fail:
msg: "Something is bad... Auto crash!"