Mark with config tags

This commit is contained in:
exu 2024-10-16 08:23:03 +02:00
parent 098cf65590
commit b237024a43
2 changed files with 3 additions and 0 deletions

View File

@ -299,3 +299,4 @@
- name: Include Tasks from plasma.yml - name: Include Tasks from plasma.yml
ansible.builtin.import_tasks: ansible.builtin.import_tasks:
file: plasma.yml file: plasma.yml
tags: config

View File

@ -13,9 +13,11 @@
d.reloadConfig() d.reloadConfig()
}) })
" "
tags: config
- name: Plasma | Set Lockscreen wallpaper - name: Plasma | Set Lockscreen wallpaper
ansible.builtin.shell: | ansible.builtin.shell: |
kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key Image '{{ background_image }}' kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key Image '{{ background_image }}'
kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key PreviewImage '{{ background_image }}' kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key PreviewImage '{{ background_image }}'
kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode '1' kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode '1'
tags: config