diff options
author | Brian Coca <bcoca@users.noreply.github.com> | 2024-06-04 17:42:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 17:42:15 +0200 |
commit | c77ed376c4f2df1ce619690ddf1fd02b33d328aa (patch) | |
tree | a8300b0b3a6e3ef0de8aedf74ec987b25b26bfb7 /changelogs/fragments/timeout_show_frame.yml | |
parent | Fix Test failure with cowsay installed/present (#83347) (diff) | |
download | ansible-c77ed376c4f2df1ce619690ddf1fd02b33d328aa.tar.xz ansible-c77ed376c4f2df1ce619690ddf1fd02b33d328aa.zip |
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.
Diffstat (limited to 'changelogs/fragments/timeout_show_frame.yml')
-rw-r--r-- | changelogs/fragments/timeout_show_frame.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/timeout_show_frame.yml b/changelogs/fragments/timeout_show_frame.yml new file mode 100644 index 0000000000..fcdb61beef --- /dev/null +++ b/changelogs/fragments/timeout_show_frame.yml @@ -0,0 +1,2 @@ +minor_changes: + - task timeout now returns timedout key with frame/code that was in execution when the timeout is triggered. |