summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2021-03-16 14:09:43 -0500
committerGitHub <noreply@github.com>2021-03-16 15:09:43 -0400
commit832631b888bf603d42469d754de6ce662ab619d0 (patch)
tree2d894f48fe1877fa4fd2f1977ad261d13992297b /changelogs
parenta29fcfa9952ff40e389a5e93c880bc2a23e3f2e7 (diff)
downloadansible-832631b888bf603d42469d754de6ce662ab619d0.tar.gz
Ensure task from the worker is finalized/squashed (#73881)
* Ensure task from the worker is finalized/squashed. Fixes #57399. Fixes #49942
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/57399-finalize-task-in-strategy.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/fragments/57399-finalize-task-in-strategy.yml b/changelogs/fragments/57399-finalize-task-in-strategy.yml
new file mode 100644
index 0000000000..2a0e096a8c
--- /dev/null
+++ b/changelogs/fragments/57399-finalize-task-in-strategy.yml
@@ -0,0 +1,5 @@
+bugfixes:
+- Strategy - When building the task in the Strategy from the Worker,
+ ensure it is properly marked as finalized and squashed. Addresses an
+ issue with ``ansible_failed_task``.
+ (https://github.com/ansible/ansible/issues/57399)