stuff
This commit is contained in:
14
archive/flatpak/tasks/main.yml
Normal file
14
archive/flatpak/tasks/main.yml
Normal 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 }}"
|
||||
7
archive/flatpak/vars/main.yml
Normal file
7
archive/flatpak/vars/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
flatpak_packages:
|
||||
- org.signal.Signal
|
||||
- org.libreoffice.LibreOffice
|
||||
- com.calibre_ebook.calibre
|
||||
- net.ankiweb.Anki
|
||||
- net.lutris.Lutris
|
||||
Reference in New Issue
Block a user