Add flatpak ansible role
This commit is contained in:
26
dot_bootstrap/flatpak.yml
Normal file
26
dot_bootstrap/flatpak.yml
Normal file
@@ -0,0 +1,26 @@
|
||||
- name: Install Flatpak Applications Configuration to {{ ansible_hostname }}
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: true
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Install Flatpak Applications
|
||||
community.general.flatpak:
|
||||
remote: "flathub"
|
||||
state: "latest"
|
||||
name:
|
||||
- im.dino.Dino
|
||||
- org.gajim.Gajim
|
||||
- org.keepassxc.KeePassXC
|
||||
- com.github.PintaProject.Pinta
|
||||
- org.qownnotes.QOwnNotes
|
||||
- org.localsend.localsend_app
|
||||
- org.gnome.World.PikaBackup
|
||||
- dev.geopjr.Tuba
|
||||
- in.cinny.Cinny
|
||||
- chat.schildi.desktop
|
||||
- com.makemkv.MakeMKV
|
||||
- com.jgraph.drawio.desktop
|
||||
|
||||
|
||||
Reference in New Issue
Block a user