ansible/test/integration/targets/debug/main_fqcn.yml

7 lines
157 B
YAML
Raw Normal View History

- hosts: localhost
gather_facts: no
tasks:
- name: test item being present in the output
ansible.builtin.debug: var=item
loop: [1, 2, 3]