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