GRM-10: fix: add timeout to runner registration to prevent indefinite hangs
This commit is contained in:
@@ -23,3 +23,4 @@
|
||||
when: not runner_registered.stat.exists
|
||||
register: register_output
|
||||
changed_when: "'already exists' not in register_output.stdout | default('')"
|
||||
timeout: 60
|
||||
|
||||
Reference in New Issue
Block a user