7 lines
92 B
YAML
7 lines
92 B
YAML
- hosts: localhost
|
|
become: true
|
|
tasks:
|
|
- name: Install htop
|
|
apt:
|
|
name: htop
|