From bd37f6e281e8f07bf06a03c8702cf689c0ccb526 Mon Sep 17 00:00:00 2001 From: Stonewall Jackson Date: Wed, 19 Apr 2023 00:58:54 -0400 Subject: linux_desktop: enable kde user switching --- roles/linux_desktop/tasks/main.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'roles/linux_desktop/tasks') diff --git a/roles/linux_desktop/tasks/main.yml b/roles/linux_desktop/tasks/main.yml index 5eed9f9..c20f999 100644 --- a/roles/linux_desktop/tasks/main.yml +++ b/roles/linux_desktop/tasks/main.yml @@ -64,4 +64,14 @@ changed_when: no loop: '{{ linux_desktop_flatpak_overrides | dict2items }}' +- name: enable kde user switching + ini_file: + path: /usr/share/kde-settings/kde-profile/default/xdg/kdeglobals + section: KDE Action Restrictions + option: '{{ item }}' + value: 'true' + loop: + - action/start_new_session + - action/switch_user + - import_tasks: freeipa.yml -- cgit