Files
ansible/roles/system/tasks/htop.yml
2019-09-06 16:49:18 +02:00

5 lines
70 B
YAML

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