From 701f7078f51f916a27902500a945a09ea1a70495 Mon Sep 17 00:00:00 2001 From: n0mad1k Date: Tue, 10 Mar 2026 14:24:14 -0400 Subject: [PATCH] Fix Pi-hole deployment: remove undefined 'update gravity' handler notify The 'Add aggressive blocklists' task notified a handler that didn't exist in main.yml, causing deployment failure. Removed the notify since the gravity update is already handled by the subsequent task. Co-Authored-By: Claude Opus 4.6 --- phantom/playbooks/dns/tasks/configure.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/phantom/playbooks/dns/tasks/configure.yml b/phantom/playbooks/dns/tasks/configure.yml index 5d85a41..359fe1a 100644 --- a/phantom/playbooks/dns/tasks/configure.yml +++ b/phantom/playbooks/dns/tasks/configure.yml @@ -44,7 +44,6 @@ - "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" - "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt" when: pihole_blocklist == "aggressive" - notify: update gravity - name: Update gravity after blocklist changes command: pihole -g