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
tasks:
- name: Install Flatpak development tools
dnf:
state: present
name:
- flatpak
- flatpak-builder
- name: Enable copr repositories
community.general.copr:
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
flatpak_remote:
state: present
@ -22,14 +31,17 @@
name: "{{ item }}"
remote: flathub
loop:
- com.fightcade.Fightcade
- com.github.gi_lom.dialect
- com.github.tchx84.Flatseal
- com.github.wwmm.easyeffects
- com.obsproject.Studio
- com.play0ad.zeroad
- com.rafaelmardojai.Blanket
- com.remnantsoftheprecursors.ROTP
- com.usebottles.bottles
- com.valvesoftware.Steam
- de.haeckerfelix.Shortwave
- io.github.lainsce.Emulsion
- org.blender.Blender
- org.inkscape.Inkscape