From 7e9522dd696d893ddd71c98d9b02c6dd2dc2a104 Mon Sep 17 00:00:00 2001 From: Varun Priolkar Date: Fri, 12 Aug 2022 02:53:46 -0400 Subject: [PATCH] Restart pi-hole when local DNS records change (#11) --- tasks/configure.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/configure.yml b/tasks/configure.yml index c0772be..9e0065a 100644 --- a/tasks/configure.yml +++ b/tasks/configure.yml @@ -16,6 +16,8 @@ dest: /etc/pihole/custom.list mode: 0644 when: pi_hole_local_dns_records is defined and pi_hole_local_dns_records | length > 0 + notify: + - Restart pihole-FTL tags: - pihole - configure