local/roles/htop/tasks/Debian.yaml

6 lines
72 B
YAML

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