This commit is contained in:
2022-12-17 15:38:25 -08:00
parent ef31614f68
commit 0ce98f4312
5 changed files with 25 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
---
- name: Add Flathub Repository
community.general.flatpak_remote:
name: flathub
state: present
method: user
flatpakrepo_url: https://flathub.org/repo/flathub.flatpakrepo
- name: Install Flatpak Packages
community.general.flatpak:
name: "{{ item }}"
state: present
method: user
loop: "{{ flatpak_packages }}"

View File

@@ -0,0 +1,7 @@
---
flatpak_packages:
- org.signal.Signal
- org.libreoffice.LibreOffice
- com.calibre_ebook.calibre
- net.ankiweb.Anki
- net.lutris.Lutris