From 36c9876f6aacd84e0d80e06730b064aa14bafb3e Mon Sep 17 00:00:00 2001 From: PAN Date: Mon, 20 Oct 2025 01:11:48 +0200 Subject: [PATCH] =?UTF-8?q?Task=20zu=20=C3=BCberschreiebn=20de=20anwendung?= =?UTF-8?q?en=20die=20in=20der=20fensterleiste=20angepinnt=20sind.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fedora.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fedora.yml b/fedora.yml index 93855cc..858070e 100644 --- a/fedora.yml +++ b/fedora.yml @@ -97,6 +97,13 @@ name: sddm.service state: started + - name: Einfügen der angepinten apps an der festerleiste + ansible.builtin.lineinfile: + path: /home/"{{ user_name }}"/.config/plasma-org.kde.plasma.desktop-appletsrc + regexp: "^launchers=applications:.$" + line: "{{ pinned_apps }}" + backup: yes + - name: Wechsel in die GUI ansible.builtin.command: cmd: systemctl isolate graphical.target