This commit is contained in:
DeveloperDurp 2025-12-09 17:28:08 -06:00
parent a36ea03119
commit 0b2e89a703
26 changed files with 106 additions and 272 deletions

View file

@ -3,7 +3,7 @@
name: "{{ item.name }}"
state: present
flatpakrepo_url: "{{ item.url }}"
method: system
method: user
with_items: "{{ flatpak_remote }}"
when: flatpak_remote is defined