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 <noreply@anthropic.com>
This commit is contained in:
n0mad1k
2026-03-10 14:24:14 -04:00
parent d687423c22
commit 701f7078f5
@@ -44,7 +44,6 @@
- "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts" - "https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts"
- "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt" - "https://raw.githubusercontent.com/hagezi/dns-blocklists/main/adblock/pro.txt"
when: pihole_blocklist == "aggressive" when: pihole_blocklist == "aggressive"
notify: update gravity
- name: Update gravity after blocklist changes - name: Update gravity after blocklist changes
command: pihole -g command: pihole -g