This commit is contained in:
DeveloperDurp 2024-08-13 06:21:36 -05:00
parent 081002382a
commit a1d955fc11
6 changed files with 79 additions and 57 deletions

View file

@ -1,9 +1,9 @@
- name: configure flatpak
become_user: user
community.general.flatpak_remote:
name: "{{ item.name }}"
state: present
flatpakrepo_url: "{{ item.url }}"
method: system
with_items: "{{ flatpak_remote }}"
when: flatpak_remote is defined