add + use flathub role

This commit is contained in:
surtur 2023-07-29 23:40:50 +02:00
parent a6b05962e5
commit 0d03bdaf7a
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
2 changed files with 6 additions and 0 deletions

@ -9,3 +9,4 @@
- common
# - rand
- configs
- flathub

@ -0,0 +1,5 @@
---
- name: Enable Flathub repository
become: true
command: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
...