5775739437
Since samples/ is used for v2 testing, it fits better into the existing test/ structure.
7 lines
134 B
YAML
7 lines
134 B
YAML
- hosts: localhost
|
|
connection: local
|
|
gather_facts: no
|
|
tasks:
|
|
- debug: msg="file is {{item}}"
|
|
with_fileglob:
|
|
- "*.yml"
|