summaryrefslogtreecommitdiffstats
path: root/roles/gnome-papers/tasks/install-debian.yml
blob: dffffc7e9284d4fa37777681d1c0440ddc601f91 (plain) (blame)
1
2
3
4
5
6
7
---
- name: "Ensure gnome Papers is installed via flathub"
  community.general.flatpak:
    name: "org.gnome.Papers"
    remote: "flathub"
    state: "present"
    method: "user"