aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-18 21:27:37 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-18 21:27:37 -0400
commit8f1961a8aa9f8194368d3a0c761443fd66eb6a10 (patch)
tree54f80cb419770412c0d9d7ac64f3e20e049df938 /roles
parent2b1725152bd372b1d2ca745da50a66e664e70cdb (diff)
downloadselfhosted-8f1961a8aa9f8194368d3a0c761443fd66eb6a10.tar.gz
selfhosted-8f1961a8aa9f8194368d3a0c761443fd66eb6a10.zip
linux_desktop: cleanup
Diffstat (limited to 'roles')
-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