Added flatpak install loop

This commit is contained in:
Elia Farin
2024-10-30 14:30:47 -05:00
parent 9e875d3f68
commit da16008cae

View File

@@ -5,3 +5,9 @@
method: system
flatpakrepo_url: "{{ item.url }}"
loop: "{{ flatpak_remotes }}"
- name: install flatpaks
community.general.flatpak:
name: "{{ item.package }}"
remote: "{{ item.remote }}"
loop: "{{ flatpaks }}"