ansible/test/integration/targets/lookup_fileglob/non_existent/play.yml

6 lines
149 B
YAML

- hosts: localhost
gather_facts: false
tasks:
- name: fileglob should be empty
assert:
that: q("fileglob", seed) | length == 0