summaryrefslogtreecommitdiffstats
path: root/roles/btop/tasks/main.yml
blob: a8e3e450abd3c392e5e3e6f1f435e79e0a2659e5 (plain) (blame)
1
2
3
4
5
6
---
- name: "Ensure btop is installed"
  become: true
  ansible.builtin.package:
    name: "btop"
    state: "present"