infra/ansible/roles/flathub/tasks/main.yml
2023-07-29 23:40:50 +02:00

6 lines
156 B
YAML

---
- name: Enable Flathub repository
become: true
command: flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
...