update
This commit is contained in:
parent
081002382a
commit
a1d955fc11
6 changed files with 79 additions and 57 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue