Files
ansible/roles/apt/htop/tasks/main.yml
2026-02-27 15:15:52 +01:00

6 lines
98 B
YAML

- name: Install the package for htop
ansible.builtin.apt:
name:
- htop
become: true