local/roles/htop/tasks/Debian.yaml

7 lines
87 B
YAML

---
- name: install apt package
become: true
apt:
name: htop
state: latest