summaryrefslogtreecommitdiffstats
path: root/roles/rnote/tasks
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-02-21 20:31:38 +0100
committerAhmed AbdelHalim <[email protected]>2026-02-21 22:14:23 +0100
commitb6251a3fa3a5e26ab0e5eb7ef8df40e501beb0ea (patch)
treeacb50c1b1187870f953d4f8e45422cb56201d438 /roles/rnote/tasks
parent26c4d7eeee7adf99609662e70d383c200317ba91 (diff)
Add flatpak dependency to fix debian installs
Diffstat (limited to 'roles/rnote/tasks')
-rw-r--r--roles/rnote/tasks/install-debian.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/rnote/tasks/install-debian.yml b/roles/rnote/tasks/install-debian.yml
index 9399866c..4126128c 100644
--- a/roles/rnote/tasks/install-debian.yml
+++ b/roles/rnote/tasks/install-debian.yml
@@ -2,4 +2,6 @@
- name: "Ensure rnote is installed via flathub"
community.general.flatpak:
name: "com.github.flxzt.rnote"
+ remote: "flathub"
state: "present"
+ method: "user"