8 lines
148 B
YAML
8 lines
148 B
YAML
|
---
|
||
|
- name: Install bpytop package from official repository
|
||
|
ansible.builtin.apt:
|
||
|
pkg:
|
||
|
- bpytop
|
||
|
state: latest
|
||
|
update_cache: true
|