zuul/tests/fixtures/config/ansible/git/org_plugin-project/playbooks/fileglob_local_good.yaml

6 lines
153 B
YAML

- hosts: localhost
tasks:
- name: fileglob in a good location
debug:
msg: '{{ lookup("fileglob", zuul.executor.work_root + "/*") }}'