summaryrefslogtreecommitdiffstats
path: root/roles/rnote/tasks/install-archlinux.yml
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2026-02-23 19:32:54 +0100
committerAhmed AbdelHalim <[email protected]>2026-02-23 19:36:18 +0100
commit6b60be4004b3c0d06df15e1948ad898deff05b5c (patch)
tree27b5af758504e36af4b2edfed3dbfca7282e7f35 /roles/rnote/tasks/install-archlinux.yml
parentf0ad1eb146b649eafe7447e454c9da3fe6f8654d (diff)
Replace rnote with gradia and fix typo in teams role
Diffstat (limited to 'roles/rnote/tasks/install-archlinux.yml')
-rw-r--r--roles/rnote/tasks/install-archlinux.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/rnote/tasks/install-archlinux.yml b/roles/rnote/tasks/install-archlinux.yml
deleted file mode 100644
index d1c355f7..00000000
--- a/roles/rnote/tasks/install-archlinux.yml
+++ /dev/null
@@ -1,6 +0,0 @@
----
-- name: "Ensure rnote is installed"
- become: true
- ansible.builtin.package:
- name: "rnote"
- state: "present"