From 5a549367cdc8a805b981642599bbf250c5ae5da3 Mon Sep 17 00:00:00 2001 From: David Kilias Date: Tue, 9 Feb 2021 21:21:00 +0100 Subject: [PATCH] fix variable names inc config template --- roles/dehydrated/templates/config.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/dehydrated/templates/config.j2 b/roles/dehydrated/templates/config.j2 index bfaec71..d6d3dc7 100644 --- a/roles/dehydrated/templates/config.j2 +++ b/roles/dehydrated/templates/config.j2 @@ -1,3 +1,3 @@ -HOOK={{ dehydrated_config }}/hook.sh -WELLKNOWN={{ dehydrated_wellknown }} +HOOK={{ dehydrated_config_dir }}/hook.sh +WELLKNOWN={{ dehydrated_wellknown_dir }} CONTACT_EMAIL={{ dehydrated_contact_email }}