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
commit5ad8656b05925f224102c3fbec375c75279f7ea1 (patch)
tree6ca9e19db3659e295377a0ea509656d05f7fc769
parent9968363c5683e22521d3b73c0402450d47233f20 (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