From b237024a43b2f4123536b67f1377e176a7ce2bde Mon Sep 17 00:00:00 2001 From: exu Date: Wed, 16 Oct 2024 08:23:03 +0200 Subject: [PATCH] Mark with config tags --- roles/config/tasks/main.yml | 1 + roles/config/tasks/plasma.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/roles/config/tasks/main.yml b/roles/config/tasks/main.yml index 0c614c13..09aa7663 100644 --- a/roles/config/tasks/main.yml +++ b/roles/config/tasks/main.yml @@ -299,3 +299,4 @@ - name: Include Tasks from plasma.yml ansible.builtin.import_tasks: file: plasma.yml + tags: config diff --git a/roles/config/tasks/plasma.yml b/roles/config/tasks/plasma.yml index 692a5c7b..bdfb6d1c 100644 --- a/roles/config/tasks/plasma.yml +++ b/roles/config/tasks/plasma.yml @@ -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