Add a system repo for flathub.

This commit is contained in:
Hyperling 2020-12-21 05:23:56 -06:00
parent 40e925a596
commit 024da43cbb
2 changed files with 19 additions and 12 deletions

19
tasks/flatpaks.yml Normal file
View File

@ -0,0 +1,19 @@
- name: Install Flatpak TODO! Make only for workstations
package:
name: flatpak
update_cache: yes
- name: Add Flathub for System
flatpak_remote:
name: flathub
state: present
method: system
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
- name: Install Discord
flatpak:
name: com.discordapp.Discord
- name: Install Shotcut
flatpak:
name: org.shotcut.Shotcut

View File

@ -5,15 +5,3 @@
- neofetch
- sshfs
update_cache: yes
- name: Install Flatpak TODO! Make only for workstations
package:
name: flatpak
- name: Install Discord
flatpak:
name: com.discordapp.Discord
- name: Install Shotcut
flatpak:
name: org.shotcut.Shotcut