task zum übertragung der Konfigurationsdatei für KDE applet
This commit is contained in:
13
fedora.yml
13
fedora.yml
@@ -97,12 +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: Transfer der Konfigurationsdatei für die fesnterleiste
|
||||
ansible.builtin.copy:
|
||||
src: ./files/plasma-org.kde.plasma.desktop-appletsrc
|
||||
dest: /home/{{ user_name }}/.config/plasma-org.kde.plasma.desktop-appletsrc
|
||||
owner: "{{ user_name }}"
|
||||
group: "{{ user_name }}"
|
||||
mode: u+rw
|
||||
|
||||
- name: Wechsel in die GUI
|
||||
ansible.builtin.command:
|
||||
|
||||
Reference in New Issue
Block a user