fix flatpak install when name doesn't exist

This commit is contained in:
Matthew Stobbs
2025-02-26 20:10:45 -07:00
parent 814c9fc24e
commit b6d0880668

View File

@@ -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