6 lines
156 B
YAML
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
|
|
...
|