ansible/roles/bpytop/tasks/main.yaml

8 lines
148 B
YAML
Raw Normal View History

---
- name: Install bpytop package from official repository
ansible.builtin.apt:
pkg:
- bpytop
state: latest
update_cache: true