initial commit
This commit is contained in:
9
tasks/pip.yml
Normal file
9
tasks/pip.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
- name: pip3 | install package
|
||||
pip:
|
||||
name:
|
||||
- ps_mem
|
||||
- bpytop
|
||||
executable: pip3
|
||||
when:
|
||||
- ansible_distribution == 'Debian'
|
||||
Reference in New Issue
Block a user