system/flatpak: add installation for Flatpak tools

This commit is contained in:
Gabriel Arazas 2022-03-20 22:10:59 +08:00
parent 61b8ffb4a5
commit f073d3c74c
2 changed files with 12 additions and 7 deletions

View File

@ -37,13 +37,6 @@
- apps - apps
tasks: tasks:
- name: Install Flatpak development tools
dnf:
state: present
name:
- flatpak
- flatpak-builder
- name: Enable copr repositories - name: Enable copr repositories
community.general.copr: community.general.copr:
state: enabled state: enabled

View File

@ -1,4 +1,13 @@
--- ---
- name: Install Flatpak development tools
package:
state: present
name: "{{ item }}"
loop:
- flatpak
- flatpak-builder
- git
- name: Add Flatpak remotes - name: Add Flatpak remotes
flatpak_remote: flatpak_remote:
state: present state: present
@ -22,14 +31,17 @@
name: "{{ item }}" name: "{{ item }}"
remote: flathub remote: flathub
loop: loop:
- com.fightcade.Fightcade
- com.github.gi_lom.dialect - com.github.gi_lom.dialect
- com.github.tchx84.Flatseal - com.github.tchx84.Flatseal
- com.github.wwmm.easyeffects - com.github.wwmm.easyeffects
- com.obsproject.Studio - com.obsproject.Studio
- com.play0ad.zeroad - com.play0ad.zeroad
- com.rafaelmardojai.Blanket
- com.remnantsoftheprecursors.ROTP - com.remnantsoftheprecursors.ROTP
- com.usebottles.bottles - com.usebottles.bottles
- com.valvesoftware.Steam - com.valvesoftware.Steam
- de.haeckerfelix.Shortwave
- io.github.lainsce.Emulsion - io.github.lainsce.Emulsion
- org.blender.Blender - org.blender.Blender
- org.inkscape.Inkscape - org.inkscape.Inkscape