Files

14 lines
344 B
YAML
Raw Permalink Normal View History

---
- name: Flatpak - Tilføj Flathub remote
community.general.flatpak_remote:
name: flathub
state: present
flatpakrepo_url: https://dl.flathub.org/repo/flathub.flatpakrepo
method: system
- name: Flatpak - Installer pakker
community.general.flatpak:
name: "{{ flatpak_packages }}"
method: system
state: present