apply some changes
This commit is contained in:
@@ -2,13 +2,12 @@
|
||||
hosts: localhost
|
||||
connection: local
|
||||
gather_facts: true
|
||||
become: true
|
||||
|
||||
tasks:
|
||||
- name: Install Flatpak Applications
|
||||
community.general.flatpak:
|
||||
remote: "flathub"
|
||||
state: "latest"
|
||||
state: "present"
|
||||
name:
|
||||
- im.dino.Dino
|
||||
- org.gajim.Gajim
|
||||
@@ -22,5 +21,6 @@
|
||||
- chat.schildi.desktop
|
||||
- com.makemkv.MakeMKV
|
||||
- com.jgraph.drawio.desktop
|
||||
- io.github.flattool.Warehouse
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user