mirror of https://github.com/ansible/ansible.git
timeout give extra info (#83206)
the new field shows the python code in execution when it timed out, 99% of the time it will be on a selector waiting for output from ssh to remote.pull/83364/head
parent
e07b4edc54
commit
c77ed376c4
@ -0,0 +1,2 @@
|
|||||||
|
minor_changes:
|
||||||
|
- task timeout now returns timedout key with frame/code that was in execution when the timeout is triggered.
|
Loading…
Reference in New Issue