summaryrefslogtreecommitdiffstats
path: root/test/schemas/test/playbooks/tasks/loop.yml
blob: 33c6130b6b3c4593c74d95898e7280b003457fcb (plain)
1
2
3
4
5
6
- name: that should pass
  ansible.builtin.debug:
    var: item
  loop:
    - foo
    - bar