mirror of https://github.com/ansible/ansible.git
parent
ad49057330
commit
7346b699ee
@ -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