summaryrefslogtreecommitdiffstats
path: root/roles/pihole/tasks
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-06-14 01:01:50 +0200
committerAhmed AbdelHalim <[email protected]>2026-06-14 01:01:50 +0200
commitb5ec8d77d24d7019ec2edbd03fad3559f1999e53 (patch)
treeeaa62c69ba5e6fa0a4034f393423d217a04dbd52 /roles/pihole/tasks
parentb79a014d03ad801589e6990bf2501821320e0c10 (diff)
Update pihole docs and fix minor issue with handlers
Diffstat (limited to 'roles/pihole/tasks')
-rw-r--r--roles/pihole/tasks/main.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/roles/pihole/tasks/main.yml b/roles/pihole/tasks/main.yml
index 3184860d..4888e578 100644
--- a/roles/pihole/tasks/main.yml
+++ b/roles/pihole/tasks/main.yml
@@ -42,7 +42,6 @@
owner: "pihole"
group: "pihole"
mode: "0644"
- notify: "Restart pihole"
no_log: true
# pihole.toml is being rewritten after successful setup
# This is why this task is not idempotent and can't be.