diff options
author | Sloane Hertel <19572925+s-hertel@users.noreply.github.com> | 2024-10-30 15:35:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-30 15:35:23 +0100 |
commit | 03acb22f99e0724f38c01a3dfe62574bc08febca (patch) | |
tree | 9aa6078684fb6e205f4420033000ffabc6964f10 /changelogs | |
parent | Add a test using ignore_errors as a variable (#84175) (diff) | |
download | ansible-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.yml | 2 |
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). |