diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-12-12 01:09:46 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-12-12 01:11:35 +0100 |
| commit | eeb3d16d53f31a311a4ecdaa644195c83733fcd4 (patch) | |
| tree | 95bb0bd9114b6ea399b69300f4bb160789e6ffb3 /roles/pihole/tasks | |
| parent | effdee4dd7680eda8230fb7b4996180cfbb8ce05 (diff) | |
Fix warning in ideompotence testing about pihole_install.stdout missing
Diffstat (limited to 'roles/pihole/tasks')
| -rw-r--r-- | roles/pihole/tasks/main.yml | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/roles/pihole/tasks/main.yml b/roles/pihole/tasks/main.yml index 27c7e6c1..4a3ad1e9 100644 --- a/roles/pihole/tasks/main.yml +++ b/roles/pihole/tasks/main.yml @@ -71,10 +71,7 @@ args: creates: "/usr/local/bin/pihole" when: not pihole_binary.stat.exists - -- name: "Show install output" - ansible.builtin.debug: - var: pihole_install.stdout + notify: "Show install output" - name: "Ensure Pi-hole started/enabled" become: true |
