mirror of https://github.com/ansible/ansible.git
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 #66018pull/68828/head
parent
a681810b2f
commit
d86d20a378
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Fix label lookup in the default callback for includes (https://github.com/ansible/ansible/issues/65904)
|
@ -0,0 +1,2 @@
|
||||
- debug:
|
||||
var: item
|
Loading…
Reference in New Issue