aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/handlers/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/linux_desktop/handlers/main.yml')
-rw-r--r--roles/linux_desktop/handlers/main.yml12
1 files changed, 2 insertions, 10 deletions
diff --git a/roles/linux_desktop/handlers/main.yml b/roles/linux_desktop/handlers/main.yml
index 633546f..f001008 100644
--- a/roles/linux_desktop/handlers/main.yml
+++ b/roles/linux_desktop/handlers/main.yml
@@ -1,12 +1,4 @@
-- name: restart gdm
+- name: restart sddm
systemd:
- name: gdm
+ name: sddm
state: restarted
-
-- name: restart lightdm
- systemd:
- name: lightdm
- state: restarted
-
-- name: update dconf
- command: dconf update