summaryrefslogtreecommitdiffstats
path: root/roles/gnome/vars
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-09-22 22:51:02 +0200
committerAhmed Abdelhalim <[email protected]>2025-09-23 01:08:17 +0200
commit8bdd1b27b93c2519d211e5741878c4d653602eef (patch)
tree3f1ed54012912a684304269d207c4e6c6f1676fc /roles/gnome/vars
parent30fd2a0ecc6ffa7aa9d742e329ca51b3cf116b83 (diff)
Fix gnome role idempotency test
Gnome installs avahi-daemon, and keeps reinstalling it Remove the ubuntu specific tasks and install the packages with recommendations (as we are removing the avahi-daemon afterwords to make the network manager stable and idempotent)
Diffstat (limited to 'roles/gnome/vars')
-rw-r--r--roles/gnome/vars/debian.yml4
-rw-r--r--roles/gnome/vars/ubuntu.yml9
2 files changed, 0 insertions, 13 deletions
diff --git a/roles/gnome/vars/debian.yml b/roles/gnome/vars/debian.yml
index 085897ea..923378bf 100644
--- a/roles/gnome/vars/debian.yml
+++ b/roles/gnome/vars/debian.yml
@@ -2,8 +2,4 @@
gnome_packages:
- "gnome-core"
- "gdm3"
- - "network-manager-gnome"
- - "firefox-esr"
- "gnome-software"
- - "packagekit"
- - "appstream"
diff --git a/roles/gnome/vars/ubuntu.yml b/roles/gnome/vars/ubuntu.yml
deleted file mode 100644
index 37976324..00000000
--- a/roles/gnome/vars/ubuntu.yml
+++ /dev/null
@@ -1,9 +0,0 @@
----
-gnome_packages:
- - "gnome-core"
- - "gdm3"
- - "network-manager-gnome"
- - "firefox"
- - "gnome-software"
- - "packagekit"
- - "appstream"