--- - name: add to syspkgs ansible.builtin.set_fact: syspkgs: "{{ (syspkgs | default([])) + ['kitty', 'kitty-shell-integration'] }}"