Error in kanshi variable merge

This commit is contained in:
Yorick Barbanneau 2023-04-13 14:10:36 +02:00
parent 7e31fe2af7
commit 19ff03b97f

View file

@ -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