fix flatpak install when name doesn't exist
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
loop_var: flatpak
|
||||
community.general.flatpak:
|
||||
method: "{{ flatpak_method }}"
|
||||
name: "{{ flatpak.name }}"
|
||||
name: "{{ flatpak.name | default(flatpak) }}"
|
||||
remote: "{{ flatpak.remote | default('flathub') }}"
|
||||
state: present
|
||||
|
||||
|
||||
Reference in New Issue
Block a user