Looks like only one Flatpak can be installed at a time. It was not happy about the list. Maybe we can find a way to loop later.
This commit is contained in:
parent
2c73616b52
commit
7e5b199213
@ -1,5 +0,0 @@
|
||||
---
|
||||
# Galaxy Repos
|
||||
|
||||
# Flatpak resides here.
|
||||
- community.general
|
@ -6,9 +6,14 @@
|
||||
- sshfs
|
||||
update_cache: yes
|
||||
|
||||
- name: Install Flatpak Software
|
||||
- name: Install Flatpak
|
||||
packge:
|
||||
name: flatpak
|
||||
|
||||
- name: Install Discord
|
||||
flatpak:
|
||||
name:
|
||||
- com.discordapp.Discord
|
||||
- org.shotcut.Shotcut
|
||||
state: present
|
||||
name: com.discordapp.Discord
|
||||
|
||||
- name: Install Shotcut
|
||||
flatpak:
|
||||
name: org.shotcut.Shotcut
|
||||
|
Loading…
x
Reference in New Issue
Block a user