6 lines
98 B
YAML
6 lines
98 B
YAML
- name: Install the package for htop
|
|
ansible.builtin.apt:
|
|
name:
|
|
- htop
|
|
become: true
|