From 19fa60cf182bdb66312f355f412db78e96e728be Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Sun, 5 Dec 2021 23:31:39 +0100 Subject: [PATCH] flahub flatpack repo --- tasks/flatpak.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) 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