mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-22 12:41:05 +01:00
Installed python-psutil via pacman
This commit is contained in:
parent
d91274d15e
commit
66f466b137
@ -1,11 +1,8 @@
|
||||
- name: install psutil
|
||||
pip:
|
||||
name: psutil
|
||||
|
||||
- name: install lsof
|
||||
- name: install lsof and python-psutil
|
||||
community.general.pacman:
|
||||
name:
|
||||
- lsof
|
||||
- python-psutil
|
||||
state: present
|
||||
|
||||
- name: "create {{docker_backups_cleanup}}"
|
||||
|
Loading…
Reference in New Issue
Block a user