chore: rework directory structure
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
1fbdeb0d21
commit
01225fd44d
169 changed files with 1410 additions and 1690 deletions
roles/system/flatpak/tasks
15
roles/system/flatpak/tasks/main.yml
Normal file
15
roles/system/flatpak/tasks/main.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
- name: Enable Flathub
|
||||
community.general.packaging.os.flatpak_remote:
|
||||
name: flathub
|
||||
state: present
|
||||
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
|
||||
become: true
|
||||
tags: system-flatpak-enable-flathub
|
||||
|
||||
- name: Install flatpak apps
|
||||
community.general.packaging.os.flatpak:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop: "{{ flatpak.apps }}"
|
||||
when: flatpak.apps
|
Loading…
Add table
Add a link
Reference in a new issue