summaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-08-11 23:36:25 +0200
committerAhmed AbdelHalim <[email protected]>2025-08-11 23:43:18 +0200
commit1bbbe6b70981e7151c8890f536c3da84c823e821 (patch)
tree18053a52da3d7dd92ddeed44c55c21d91c0e0682 /roles
parentf9808ed4b7259f142d506de75b729d293319d419 (diff)
Fix molecule test fail ansible_default_ipv4 is undefined
Diffstat (limited to 'roles')
-rw-r--r--roles/pihole/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/pihole/tasks/main.yml b/roles/pihole/tasks/main.yml
index bb377957..028b95f6 100644
--- a/roles/pihole/tasks/main.yml
+++ b/roles/pihole/tasks/main.yml
@@ -27,6 +27,8 @@
group: "pihole"
mode: "0644"
notify: "Restart pihole"
+ # pihole.toml is being rewritten after successful setup
+ # This is why this task is not idempotent and can't be.
tags:
- molecule-idempotence-notest