瀏覽代碼

flahub flatpack repo

master
父節點
當前提交
19fa60cf18
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. +8
    -0
      tasks/flatpak.yaml

+ 8
- 0
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


Loading…
取消
儲存