aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-20 20:11:16 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-20 20:11:16 -0400
commitdf66705aa6274b8ab5b4c78f3ea3844533fbc4b7 (patch)
tree25a0546131f4c34a024d3573cc45f652f3e33187 /roles
parentdc2261a1fc2be88321db2b6362e2c2d4528744c3 (diff)
downloadselfhosted-df66705aa6274b8ab5b4c78f3ea3844533fbc4b7.tar.gz
selfhosted-df66705aa6274b8ab5b4c78f3ea3844533fbc4b7.zip
linux_desktop: ensure sddm uses x11
Diffstat (limited to 'roles')
-rw-r--r--roles/linux_desktop/tasks/main.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index df545dc..ac7de3c 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -24,10 +24,11 @@
state: link
- name: set sddm to use x11
- lineinfile:
+ ini_file:
path: /etc/sddm.conf
- regexp: ^DisplayServer=
- line: DisplayServer=x11
+ section: General
+ option: DisplayServer
+ value: x11
notify: restart sddm
- name: enable sddm