Mark with config tags
This commit is contained in:
parent
098cf65590
commit
b237024a43
@ -299,3 +299,4 @@
|
||||
- name: Include Tasks from plasma.yml
|
||||
ansible.builtin.import_tasks:
|
||||
file: plasma.yml
|
||||
tags: config
|
||||
|
@ -13,9 +13,11 @@
|
||||
d.reloadConfig()
|
||||
})
|
||||
"
|
||||
tags: config
|
||||
|
||||
- name: Plasma | Set Lockscreen wallpaper
|
||||
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 PreviewImage '{{ background_image }}'
|
||||
kwriteconfig6 --file ~/.config/kscreenlockerrc --group Greeter --group Wallpaper --group org.kde.image --group General --key FillMode '1'
|
||||
tags: config
|
||||
|
Loading…
Reference in New Issue
Block a user