1 2 3 4 5
- name: "Install {{ item }}" community.general.flatpak: name: "{{ item }}" state: present ignore_errors: true