da60525610
* Make sure hard-coded action names also check for FQCN. * Use _add_internal_fqcn() to avoid hardcoded lists and typoes.
6 lines
157 B
YAML
6 lines
157 B
YAML
- hosts: localhost
|
|
gather_facts: no
|
|
tasks:
|
|
- name: test item being present in the output
|
|
ansible.builtin.debug: var=item
|
|
loop: [1, 2, 3]
|