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

5 lines
112 B
YAML
Raw Normal View History

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