backend: fix the hanged system (workers not allocating)

Reverts part of 62952df107
This commit is contained in:
Pavel Raiskup 2025-01-30 09:17:26 +01:00
parent e2b4d855d7
commit 74916e7839

View file

@ -174,7 +174,7 @@
- name: check disk space
include_tasks:
ansible.builtin.file: check_path_free_space.yml
file: check_path_free_space.yml
vars:
path: "{{ item.path }}"
size: "{{ item.size|int }}"