summaryrefslogtreecommitdiffstats
path: root/roles/gnome-planify/tasks/install-debian.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-03-05 20:55:18 +0100
committerAhmed AbdelHalim <[email protected]>2026-03-06 03:11:07 +0100
commit535b0efcb88a074af4b1572a27b5dd00a29face4 (patch)
treeabe4eb0ecdf6fc3f7fbe5a2492b9bbff4a4194a2 /roles/gnome-planify/tasks/install-debian.yml
parent806d3a7994bf01ccafcaac8ace9e1d0c11adaf78 (diff)
Add planify gnome app
Diffstat (limited to 'roles/gnome-planify/tasks/install-debian.yml')
-rw-r--r--roles/gnome-planify/tasks/install-debian.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/gnome-planify/tasks/install-debian.yml b/roles/gnome-planify/tasks/install-debian.yml
new file mode 100644
index 00000000..066af6ba
--- /dev/null
+++ b/roles/gnome-planify/tasks/install-debian.yml
@@ -0,0 +1,7 @@
+---
+- name: "Ensure gnome-planify is installed via flathub"
+ community.general.flatpak:
+ name: "io.github.alainm23.planify"
+ remote: "flathub"
+ state: "present"
+ method: "user"