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
commit5dcb7b3f99c7f7a9a9b11814334baeef81535d20 (patch)
treeacb50c1b1187870f953d4f8e45422cb56201d438 /roles/rnote/tasks
parent921e93c6a9689baa3a481e76080c1b639490ee2d (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"