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