summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-22 00:10:41 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-22 00:10:41 +0200
commitf961412414d66d82b7148dd64ab43a8b20d726f3 (patch)
tree6ca9e19db3659e295377a0ea509656d05f7fc769
parent9164647662d14b56bd6dbdfbf2d4124fd5bbb106 (diff)
Ignore gnome debian package install idempotency failure
It seems that the gnome packages are complicated and might have postinst scripts that causes the system state to change/correct... For this, we just ignore it from the idempotent test
-rw-r--r--roles/gnome/tasks/install-debian.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/gnome/tasks/install-debian.yml b/roles/gnome/tasks/install-debian.yml
index 35cb2006..156157f9 100644
--- a/roles/gnome/tasks/install-debian.yml
+++ b/roles/gnome/tasks/install-debian.yml
@@ -4,6 +4,8 @@
ansible.builtin.package:
name: "{{ gnome_packages }}"
state: "present"
+ tags:
+ - molecule-idempotence-notest
- name: "Enable GDM display manager"
become: true