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