Less clobber when grabbing certs

I bet you know where this is going
You probably don't
It's for host delegation
This commit is contained in:
Salt 2020-06-21 10:24:05 -05:00
parent 5ac71fea80
commit 73d1ebd9a2

View File

@ -94,7 +94,7 @@
block:
- name: Remove webroot
file:
path: "{{ acme_webroot }}/.well-known"
path: "{{ acme_webroot }}/.well-known/acme-challenge"
state: absent
- name: Remove temporary config
file: