--- - name: Enable Flathub community.general.packaging.os.flatpak_remote: name: flathub state: present flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo become: true tags: system-flatpak-enable-flathub - name: Install flatpak apps community.general.packaging.os.flatpak: name: "{{ item }}" state: present loop: "{{ flatpak.apps }}" when: flatpak.apps