mirror of https://github.com/ansible/ansible.git
Use templated loop_var/index_var when looping include_* (#58866)
Fixes #58820
(cherry picked from commit 7346b699ee)
pull/59215/head
parent
044923e4ae
commit
d3afa17930
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- Use templated loop_var/index_var when looping include_* (https://github.com/ansible/ansible/issues/58820)
|
||||
@ -0,0 +1,4 @@
|
||||
- name: Validate that the correct value was used
|
||||
assert:
|
||||
that:
|
||||
- templated_loop_var_name == 'value'
|
||||
Loading…
Reference in New Issue