summaryrefslogtreecommitdiffstats
path: root/roles/rnote/tasks
diff options
context:
space:
mode:
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"