summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorMartin Krizek <martin.krizek@gmail.com>2023-01-18 23:22:34 +0100
committerGitHub <noreply@github.com>2023-01-18 16:22:34 -0600
commitc297ee9b5da91a0054feb2ea6fd971e21e22d4f5 (patch)
tree96b11ed5f318d3f7f83447ab435d605b32419ad4 /changelogs
parent3a21caa2179437aecd5455c91f9dec88c19653a5 (diff)
downloadansible-c297ee9b5da91a0054feb2ea6fd971e21e22d4f5.tar.gz
Correctly count rescued tasks in play stats (#79724) (#79728)
Fixes #79711 ci_complete (cherry picked from commit e38b3e64fd5f9bb6c5ca9462150c89f0932fd2c4)
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/79711-fix-play-stats-rescued.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/79711-fix-play-stats-rescued.yml b/changelogs/fragments/79711-fix-play-stats-rescued.yml
new file mode 100644
index 0000000000..db77f5cc49
--- /dev/null
+++ b/changelogs/fragments/79711-fix-play-stats-rescued.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Correctly count rescued tasks in play recap (https://github.com/ansible/ansible/issues/79711)