summaryrefslogtreecommitdiffstats
path: root/changelogs/fragments/timeout_show_frame.yml
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2024-06-04 17:42:15 +0200
committerGitHub <noreply@github.com>2024-06-04 17:42:15 +0200
commitc77ed376c4f2df1ce619690ddf1fd02b33d328aa (patch)
treea8300b0b3a6e3ef0de8aedf74ec987b25b26bfb7 /changelogs/fragments/timeout_show_frame.yml
parentFix Test failure with cowsay installed/present (#83347) (diff)
downloadansible-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.yml2
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.