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

@@ -4,4 +4,10 @@
state: present
method: system
flatpakrepo_url: "{{ item.url }}"
loop: "{{ flatpak_remotes }}"
loop: "{{ flatpak_remotes }}"
- name: install flatpaks
community.general.flatpak:
name: "{{ item.package }}"
remote: "{{ item.remote }}"
loop: "{{ flatpaks }}"