main.yml 76 B

12345
  1. - name: install htop
  2. apt:
  3. name: htop
  4. state: present
  5. become: yes