diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-02-21 16:36:11 +0100 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-02-21 16:36:11 +0100 |
| commit | 090b7415fe3190f5f5e79cec407a198b0017eaba (patch) | |
| tree | fd1f08d1fc0d9e7d6b6b5dbbdf46613ae7c5bb7e /roles/rnote/tasks/install-archlinux.yml | |
| parent | 401f47a3ef7255a5a616acc1208491133377b1b2 (diff) | |
Fix rnote install on debian
Diffstat (limited to 'roles/rnote/tasks/install-archlinux.yml')
| -rw-r--r-- | roles/rnote/tasks/install-archlinux.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/rnote/tasks/install-archlinux.yml b/roles/rnote/tasks/install-archlinux.yml new file mode 100644 index 00000000..d1c355f7 --- /dev/null +++ b/roles/rnote/tasks/install-archlinux.yml @@ -0,0 +1,6 @@ +--- +- name: "Ensure rnote is installed" + become: true + ansible.builtin.package: + name: "rnote" + state: "present" |
