ansible/test/integration/targets/loops/tasks/templated_loop_var_tasks.yml

4 lines
112 B
YAML

- name: Validate that the correct value was used
assert:
that:
- templated_loop_var_name == 'value'