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