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:
@ -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
|
||||
|
Reference in New Issue
Block a user