initial commit

This commit is contained in:
Ludovic Cartier
2024-12-16 18:09:18 +01:00
parent 2bee883409
commit 948a165785
6 changed files with 75 additions and 1 deletions

9
tasks/pip.yml Normal file
View File

@@ -0,0 +1,9 @@
---
- name: pip3 | install package
pip:
name:
- ps_mem
- bpytop
executable: pip3
when:
- ansible_distribution == 'Debian'