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