feat: add flatpaks
This commit is contained in:
parent
f26d34ff58
commit
7f1e74d274
2 changed files with 14 additions and 0 deletions
10
ansible/roles/packages/tasks/flatpak.yml
Normal file
10
ansible/roles/packages/tasks/flatpak.yml
Normal 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"
|
||||
|
|
@ -32,3 +32,7 @@
|
|||
ansible.builtin.import_tasks: python.yml
|
||||
tags:
|
||||
- python
|
||||
- name: Install Flatpak packages
|
||||
ansible.builtin.import_tasks: flatpak.yml
|
||||
tags:
|
||||
- flatpak
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue