ansible/changelogs/fragments/65904-fix-loop-label.yml
Matt Martz d86d20a378
Fix label lookup in the default callback for includes (#68822)
* Replace included_file._args w/ included_file._vars

* Fix item value in output of include_tasks loop

Signed-off-by: Yadnyawalk Tale <ytale@redhat.com>

* Update tests for loop callback fix. Add changelog

Co-authored-by: Yadnyawalk Tale <ytale@redhat.com>

Fixes #65904
Fixes #66018
2020-04-09 13:27:58 -05:00

3 lines
116 B
YAML

bugfixes:
- Fix label lookup in the default callback for includes (https://github.com/ansible/ansible/issues/65904)