From 19ff03b97fbbdb0c81441cd19e8586c72718e83a Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Thu, 13 Apr 2023 14:10:36 +0200 Subject: [PATCH] Error in kanshi variable merge --- playbook.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/playbook.yml b/playbook.yml index 95efb38..f105cf7 100644 --- a/playbook.yml +++ b/playbook.yml @@ -21,8 +21,7 @@ - name: Merge Kanshi profiles variable ansible.builtin.set_fact: - sway_outputs: | - '{{ local_kanshi_profiles | + kanshi_profiles: '{{ local_kanshi_profiles | community.general.lists_mergeby(kanshi_profiles, "profile") }}' when: local_kanshi_profiles is defined