From 9ddc0adf5387c20dde7cba4710f944acfc9b3b8f Mon Sep 17 00:00:00 2001
From: David Kilias <david.kilias@gmail.com>
Date: Thu, 11 Feb 2021 19:19:35 +0100
Subject: [PATCH] remove hook script from config template

---
 roles/dehydrated/templates/config.j2 | 1 -
 1 file changed, 1 deletion(-)

diff --git a/roles/dehydrated/templates/config.j2 b/roles/dehydrated/templates/config.j2
index d6d3dc7..113d8dc 100644
--- a/roles/dehydrated/templates/config.j2
+++ b/roles/dehydrated/templates/config.j2
@@ -1,3 +1,2 @@
-HOOK={{ dehydrated_config_dir }}/hook.sh
 WELLKNOWN={{ dehydrated_wellknown_dir }}
 CONTACT_EMAIL={{ dehydrated_contact_email }}