aboutsummaryrefslogtreecommitdiffstats
path: root/roles/linux_desktop/tasks/main.yml
diff options
context:
space:
mode:
authorStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 08:46:33 -0400
committerStonewall Jackson <stonewall@sacredheartsc.com>2023-04-19 08:46:33 -0400
commit198a68a4585ace43a7b45a8df9e8d4a06516ee1f (patch)
tree8ebdba019958029de60039581513a64d2816c345 /roles/linux_desktop/tasks/main.yml
parentead4ab95977b32d0d73bfe6560232509cb9e2ce0 (diff)
downloadselfhosted-198a68a4585ace43a7b45a8df9e8d4a06516ee1f.tar.gz
selfhosted-198a68a4585ace43a7b45a8df9e8d4a06516ee1f.zip
linux_desktop: dont rewrite entire sddm.conf
Diffstat (limited to 'roles/linux_desktop/tasks/main.yml')
-rw-r--r--roles/linux_desktop/tasks/main.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml
index 496a147..d24099f 100644
--- a/roles/linux_desktop/tasks/main.yml
+++ b/roles/linux_desktop/tasks/main.yml
@@ -23,10 +23,11 @@
dest: /etc/systemd/system/default.target
state: link
-- name: generate sddm configuration
- copy:
- src: etc/sddm.conf
- dest: /etc/sddm.conf
+- name: set sddm to use x11
+ lineinfile:
+ path: /etc/sddm.conf
+ regexp: ^DisplayServer=
+ line: DisplayServer=x11
notify: restart sddm
- name: enable sddm