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