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