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 }}