fix: add some tools

This commit is contained in:
Clément Désiles 2025-12-09 00:31:13 +01:00
parent 60694e0d6f
commit 93fa850f8e
No known key found for this signature in database

18
roles/tooling/tooling.yml Normal file
View File

@ -0,0 +1,18 @@
---
- name: Install usbutils
package:
name: usbutils
state: present
changed_when: false
- name: Install htop
package:
name: htop
state: present
changed_when: false
- name: Install bottom
package:
name: bottom
state: present
changed_when: false