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