bpytop.yml hinzugefügt
This commit is contained in:
parent
1d5cd9370a
commit
ef2e69c3f8
15
bpytop.yml
Normal file
15
bpytop.yml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
- name: Install bpytop from distro repo
|
||||||
|
hosts: Server # ggf. anpassen
|
||||||
|
become: true
|
||||||
|
|
||||||
|
tasks:
|
||||||
|
- name: Update apt cache
|
||||||
|
ansible.builtin.apt:
|
||||||
|
update_cache: yes
|
||||||
|
cache_valid_time: 3600
|
||||||
|
|
||||||
|
- name: Install bpytop
|
||||||
|
ansible.builtin.apt:
|
||||||
|
name: bpytop
|
||||||
|
state: present
|
||||||
Loading…
Reference in New Issue
Block a user