ansible/v2/samples/with_fileglob.yml
2015-01-09 09:37:45 -06:00

8 lines
134 B
YAML

- hosts: localhost
connection: local
gather_facts: no
tasks:
- debug: msg="file is {{item}}"
with_fileglob:
- "*.yml"