mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
selective: mark task failed correctly (#629)
Added additional condition to detect failed task in selective callback plugin when ran with loop or with_items. Fixes: ansible/ansible#63767 Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
b31de003bd
commit
151551b04f
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/63767_selective.yml
Normal file
2
changelogs/fragments/63767_selective.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- selective - mark task failed correctly (https://github.com/ansible/ansible/issues/63767).
|
Loading…
Add table
Add a link
Reference in a new issue