summaryrefslogtreecommitdiffstats
path: root/roles/gnome-papers/tasks/install-debian.yml
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-02-23 22:37:58 +0100
committerAhmed Abdelhalim <[email protected]>2026-02-23 22:37:58 +0100
commit5935326dff6f47f76da5c6a156985b0900e56b0f (patch)
tree6a39a172af52373a358425352eba86eb48caeee2 /roles/gnome-papers/tasks/install-debian.yml
parent09725c534c102efdb0892a5ac5e813ae23bdfc1e (diff)
Replace old evince with new papers
Diffstat (limited to 'roles/gnome-papers/tasks/install-debian.yml')
-rw-r--r--roles/gnome-papers/tasks/install-debian.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/roles/gnome-papers/tasks/install-debian.yml b/roles/gnome-papers/tasks/install-debian.yml
new file mode 100644
index 00000000..dffffc7e
--- /dev/null
+++ b/roles/gnome-papers/tasks/install-debian.yml
@@ -0,0 +1,7 @@
+---
+- name: "Ensure gnome Papers is installed via flathub"
+ community.general.flatpak:
+ name: "org.gnome.Papers"
+ remote: "flathub"
+ state: "present"
+ method: "user"