From 73d1ebd9a21a149c8b80c53aa94af25f420aff7f Mon Sep 17 00:00:00 2001 From: Salt Date: Sun, 21 Jun 2020 10:24:05 -0500 Subject: [PATCH] Less clobber when grabbing certs I bet you know where this is going You probably don't It's for host delegation --- roles/https/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/https/tasks/main.yml b/roles/https/tasks/main.yml index 40fbb00..a8efa0c 100644 --- a/roles/https/tasks/main.yml +++ b/roles/https/tasks/main.yml @@ -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: