From a8bae49e0d444f89d4330b00c5700601b2e5225f Mon Sep 17 00:00:00 2001 From: David Kilias Date: Mon, 1 Feb 2021 20:38:24 +0100 Subject: [PATCH] hook scripts go to config location --- roles/dehydrated/templates/config.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dehydrated/templates/config.j2 b/roles/dehydrated/templates/config.j2 index e9f67f9..806d3a1 100644 --- a/roles/dehydrated/templates/config.j2 +++ b/roles/dehydrated/templates/config.j2 @@ -1,2 +1,2 @@ -HOOK={{ dehydrated_location }}/hook.sh +HOOK={{ dehydrated_config }}/hook.sh WELLKNOWN=/var/www/letsencrypt \ No newline at end of file