summaryrefslogtreecommitdiffstats
path: root/roles/btop/tasks
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-07 19:12:00 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-07 19:12:00 +0100
commit15970c6f31f3d836bf4b3037999ca901acef82dd (patch)
tree4b9212a2b0926b1f23ea8fe5cc7858cd78d4a7ae /roles/btop/tasks
parent3cddb582bcd4688b3f770d042ef4e6d0ca88edc4 (diff)
Add btop role
Diffstat (limited to 'roles/btop/tasks')
-rw-r--r--roles/btop/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/btop/tasks/main.yml b/roles/btop/tasks/main.yml
new file mode 100644
index 00000000..a8e3e450
--- /dev/null
+++ b/roles/btop/tasks/main.yml
@@ -0,0 +1,6 @@
+---
+- name: "Ensure btop is installed"
+ become: true
+ ansible.builtin.package:
+ name: "btop"
+ state: "present"