backend: fix the hanged system (workers not allocating)
Reverts part of 62952df107
This commit is contained in:
parent
e2b4d855d7
commit
74916e7839
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@
|
||||||
|
|
||||||
- name: check disk space
|
- name: check disk space
|
||||||
include_tasks:
|
include_tasks:
|
||||||
ansible.builtin.file: check_path_free_space.yml
|
file: check_path_free_space.yml
|
||||||
vars:
|
vars:
|
||||||
path: "{{ item.path }}"
|
path: "{{ item.path }}"
|
||||||
size: "{{ item.size|int }}"
|
size: "{{ item.size|int }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue