aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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