From a0a0c4d298336d6a3d569862247f291447c0ddcb Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 12 Feb 2026 00:56:23 +0100 Subject: Handle avahi removal in network role only Since it can cause problems (following the archlinux wiki recommendations) we keep the handling of that in the network role and ignore idempotence testing failures in other roles too --- roles/network/tasks/install-debian.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/network/tasks') diff --git a/roles/network/tasks/install-debian.yml b/roles/network/tasks/install-debian.yml index c5793bd1..7c4528cd 100644 --- a/roles/network/tasks/install-debian.yml +++ b/roles/network/tasks/install-debian.yml @@ -15,3 +15,8 @@ state: "absent" autoremove: true purge: true + tags: + # NOTE: the gnome-core packages resinstalls the avahi packages + # NOTE: the pipewire package reinstalls avahi packages + # Disabling the idemopotence test to prevent always reporting changed + - molecule-idempotence-notest -- cgit v1.2.3