From 46c8bfbb101b8ea897d05b017c51f77367476bc6 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Mon, 22 May 2023 17:39:51 -0400 Subject: linux_desktop: disable wayland sessions --- roles/linux_desktop/tasks/main.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'roles/linux_desktop/tasks') diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml index 5fbb799..c933df6 100644 --- a/roles/linux_desktop/tasks/main.yml +++ b/roles/linux_desktop/tasks/main.yml @@ -23,12 +23,10 @@ dest: /etc/systemd/system/default.target state: link -- name: set sddm to use x11 - ini_file: - path: /etc/sddm.conf - section: General - option: DisplayServer - value: x11 +- name: copy sddm configuration + copy: + src: etc/sddm.conf + dest: /etc/sddm.conf notify: restart sddm - name: enable sddm -- cgit