Implementing the skipping of used processes

This commit is contained in:
2023-04-25 22:33:04 +02:00
parent 36e41b8c99
commit 63b0cc4a3a
2 changed files with 35 additions and 19 deletions

View File

@@ -2,6 +2,12 @@
pip:
name: psutil
- name: install lsof
community.general.pacman:
name:
- lsof
state: present
- name: "create {{docker_backups_cleanup}}"
file:
path: "{{docker_backups_cleanup}}"