diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-23 22:37:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-23 22:37:58 +0100 |
| commit | 5935326dff6f47f76da5c6a156985b0900e56b0f (patch) | |
| tree | 6a39a172af52373a358425352eba86eb48caeee2 /roles/gnome-papers/tasks/install-archlinux.yml | |
| parent | 09725c534c102efdb0892a5ac5e813ae23bdfc1e (diff) | |
Replace old evince with new papers
Diffstat (limited to 'roles/gnome-papers/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/gnome-papers/tasks/install-archlinux.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/gnome-papers/tasks/install-archlinux.yml b/roles/gnome-papers/tasks/install-archlinux.yml new file mode 100644 index 00000000..a9220d62 --- /dev/null +++ b/roles/gnome-papers/tasks/install-archlinux.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure gnome Papers is installed" + become: true + ansible.builtin.package: + name: "papers" + state: "present" |
