summaryrefslogtreecommitdiffstats
path: root/roles/gnome
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-03-01 22:21:44 +0100
committerAhmed Abdelhalim <[email protected]>2026-03-01 22:21:44 +0100
commit46c7b9801763119212bf1b4628ec812180a85f2f (patch)
tree5f9ca5aad69e1dfbed5a2abc2e97af3a63fd673b /roles/gnome
parent0cce2285d5bee1e53c58f32b33af8d7e351ee6d7 (diff)
Remove reboot tasks as they are not necessary
The reboot also makes the testing quite unstable, and they don't have a lot of added benefits, removing them for now
Diffstat (limited to 'roles/gnome')
-rw-r--r--roles/gnome/handlers/main.yml5
-rw-r--r--roles/gnome/tasks/install-archlinux.yml1
-rw-r--r--roles/gnome/tasks/install-debian.yml1
3 files changed, 0 insertions, 7 deletions
diff --git a/roles/gnome/handlers/main.yml b/roles/gnome/handlers/main.yml
deleted file mode 100644
index 7cefa529..00000000
--- a/roles/gnome/handlers/main.yml
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- name: "Reboot"
- become: true
- ansible.builtin.reboot:
- reboot_timeout: 600
diff --git a/roles/gnome/tasks/install-archlinux.yml b/roles/gnome/tasks/install-archlinux.yml
index b0f683bd..824f314e 100644
--- a/roles/gnome/tasks/install-archlinux.yml
+++ b/roles/gnome/tasks/install-archlinux.yml
@@ -4,7 +4,6 @@
ansible.builtin.package:
name: "{{ gnome_packages }}"
state: "present"
- notify: "Reboot"
- name: "Enable GDM display manager"
become: true
diff --git a/roles/gnome/tasks/install-debian.yml b/roles/gnome/tasks/install-debian.yml
index 7481d04d..34369156 100644
--- a/roles/gnome/tasks/install-debian.yml
+++ b/roles/gnome/tasks/install-debian.yml
@@ -5,7 +5,6 @@
name: "{{ gnome_packages }}"
state: "present"
install_recommends: false
- notify: "Reboot"
tags:
# NOTE: the gnome-core packages resinstalls the avahi packages
# Disabling the idemopotence test to prevent always reporting changed