summaryrefslogtreecommitdiffstats
path: root/roles/gnome-newsflash/tasks/install-debian.yml
blob: 066afb9316ea6c063fcbaa98292a8bd40de28fa6 (plain) (blame)
1
2
3
4
5
6
7
---
- name: "Ensure newsflash is installed via flathub"
  community.general.flatpak:
    name: "io.gitlab.news_flash.NewsFlash"
    remote: "flathub"
    state: "present"
    method: "user"