summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/debug/main.yml
blob: 9e49b8278e7b63aab2675ec08dfa3f6d6ff93e0d (plain)
1
2
3
4
5
6
- hosts: localhost
  gather_facts: no
  tasks:
    - name: test item being present in the output
      debug: var=item
      loop: [1, 2, 3]