Files
ansible/roles/system/tasks/htop.yml
2024-07-05 11:53:13 +02:00

7 lines
71 B
YAML

---
- name: install htop
package:
name: htop
state: present