Add a system repo for flathub.
This commit is contained in:
parent
40e925a596
commit
024da43cbb
19
tasks/flatpaks.yml
Normal file
19
tasks/flatpaks.yml
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user