Installed python-psutil via pacman

This commit is contained in:
Kevin Veen-Birkenbach 2023-08-07 22:28:37 +02:00
parent a39754657d
commit 70593e5830

View File

@ -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}}"