--- - name: append to syspkgs ansible.builtin.set_fact: syspkgs: "{{ syspkgs + [ 'flatpak' ] }}" flatpak: true when: ansible_os_family != 'Darwin'