1
0
Fork 0

feat: add flatpaks

This commit is contained in:
cătălin 2023-11-11 15:13:22 +01:00
commit 7f1e74d274
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
2 changed files with 14 additions and 0 deletions

View file

@ -0,0 +1,10 @@
---
- name: Install flatpak packages
community.general.flatpak:
name:
- com.github.iwalton3.jellyfin-media-player
- com.stremio.Stremio
- dev.geopjr.Tuba
- org.telegram.desktop
- com.tutanota.Tutanota
method: "user"

View file

@ -32,3 +32,7 @@
ansible.builtin.import_tasks: python.yml ansible.builtin.import_tasks: python.yml
tags: tags:
- python - python
- name: Install Flatpak packages
ansible.builtin.import_tasks: flatpak.yml
tags:
- flatpak