fix: add some tools
This commit is contained in:
parent
60694e0d6f
commit
93fa850f8e
18
roles/tooling/tooling.yml
Normal file
18
roles/tooling/tooling.yml
Normal 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
|
||||||
Loading…
Reference in New Issue
Block a user