summaryrefslogtreecommitdiffstats
path: root/changelogs
diff options
context:
space:
mode:
authorSloane Hertel <19572925+s-hertel@users.noreply.github.com>2024-10-30 15:35:23 +0100
committerGitHub <noreply@github.com>2024-10-30 15:35:23 +0100
commit03acb22f99e0724f38c01a3dfe62574bc08febca (patch)
tree9aa6078684fb6e205f4420033000ffabc6964f10 /changelogs
parentAdd a test using ignore_errors as a variable (#84175) (diff)
downloadansible-03acb22f99e0724f38c01a3dfe62574bc08febca.tar.xz
ansible-03acb22f99e0724f38c01a3dfe62574bc08febca.zip
Fix returning unreachable for looped tasks (#84049)
* Fix returning unreachable for looped tasks Add tests for ignore_unreachable and loop
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/84019-ignore_unreachable-loop.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/84019-ignore_unreachable-loop.yml b/changelogs/fragments/84019-ignore_unreachable-loop.yml
new file mode 100644
index 0000000000..da85af7e4b
--- /dev/null
+++ b/changelogs/fragments/84019-ignore_unreachable-loop.yml
@@ -0,0 +1,2 @@
+bugfixes:
+ - Fix returning 'unreachable' for the overall task result. This prevents false positives when a looped task has unignored unreachable items (https://github.com/ansible/ansible/issues/84019).