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