From df66705aa6274b8ab5b4c78f3ea3844533fbc4b7 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Thu, 20 Apr 2023 20:11:16 -0400 Subject: linux_desktop: ensure sddm uses x11 --- roles/linux_desktop/tasks/main.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'roles/linux_desktop/tasks') 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 -- cgit