diff --git a/tasks/flatpak.yaml b/tasks/flatpak.yaml index f1c0705..1570c3b 100644 --- a/tasks/flatpak.yaml +++ b/tasks/flatpak.yaml @@ -5,6 +5,14 @@ pkg: flatpak when: telegram_source == 'flatpak' +- name: flathub flatpak repository + community.general.flatpak_remote: + name: flathub + state: present + flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo + method: user + ignore_errors: "{{telegram_source != 'flatpak'}}" + - name: telegram-desktop flatpak package community.general.flatpak: remote: flathub