summaryrefslogtreecommitdiffstats
path: root/roles/gnome-papers/tasks/install-archlinux.yml
blob: a9220d627bd04d0938adaee5ceca8857f7272306 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure gnome Papers is installed"
  become: true
  ansible.builtin.package:
    name: "papers"
    state: "present"