summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/loops/tasks/templated_loop_var_tasks.yml
blob: 1f8f96979a1c9a52f99862fd28bc237437c68b29 (plain)
1
2
3
4
- name: Validate that the correct value was used
  assert:
    that:
      - templated_loop_var_name == 'value'