GRM-10: fix: add timeout to runner registration to prevent indefinite hangs

This commit is contained in:
Emil Simeonov
2026-06-18 04:11:43 +02:00
parent 994c30da57
commit b48038a3a9
2 changed files with 2 additions and 0 deletions
@@ -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