mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-02 00:20:35 +02:00
Implementing the skipping of used processes
This commit is contained in:
@@ -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}}"
|
||||
|
Reference in New Issue
Block a user