summaryrefslogtreecommitdiffstats
path: root/roles/pihole/handlers
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-12-12 01:09:46 +0100
committerAhmed Abdelhalim <[email protected]>2025-12-12 01:11:35 +0100
commiteeb3d16d53f31a311a4ecdaa644195c83733fcd4 (patch)
tree95bb0bd9114b6ea399b69300f4bb160789e6ffb3 /roles/pihole/handlers
parenteffdee4dd7680eda8230fb7b4996180cfbb8ce05 (diff)
Fix warning in ideompotence testing about pihole_install.stdout missing
Diffstat (limited to 'roles/pihole/handlers')
-rw-r--r--roles/pihole/handlers/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/pihole/handlers/main.yml b/roles/pihole/handlers/main.yml
index 68f4f3a0..87e77475 100644
--- a/roles/pihole/handlers/main.yml
+++ b/roles/pihole/handlers/main.yml
@@ -16,3 +16,7 @@
ansible.builtin.systemd_service:
name: "NetworkManager"
state: "restarted"
+
+- name: "Show install output"
+ ansible.builtin.debug:
+ var: pihole_install.stdout