Broke tasks out into roles rather than leaving them all in common
This commit is contained in:
7
roles/flatpak/tasks/main.yml
Normal file
7
roles/flatpak/tasks/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
- name: install flatpak remotes
|
||||
community.general.flatpak_remote:
|
||||
name: "{{ item.name }}"
|
||||
state: present
|
||||
method: system
|
||||
flatpakrepo_url: "{{ item.url }}"
|
||||
loop: "{{ flatpak_remotes }}"
|
||||
Reference in New Issue
Block a user