add + use flathub role
This commit is contained in:
parent
a6b05962e5
commit
0d03bdaf7a
@ -9,3 +9,4 @@
|
||||
- common
|
||||
# - rand
|
||||
- configs
|
||||
- flathub
|
||||
|
5
ansible/roles/flathub/tasks/main.yml
Normal file
5
ansible/roles/flathub/tasks/main.yml
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Enable Flathub repository
|
||||
become: true
|
||||
command: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
|
||||
...
|
Loading…
Reference in New Issue
Block a user