diff options
Diffstat (limited to 'test/integration/targets/lookup_fileglob/non_existent/play.yml')
-rw-r--r-- | test/integration/targets/lookup_fileglob/non_existent/play.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/integration/targets/lookup_fileglob/non_existent/play.yml b/test/integration/targets/lookup_fileglob/non_existent/play.yml new file mode 100644 index 0000000000..e92dff5acc --- /dev/null +++ b/test/integration/targets/lookup_fileglob/non_existent/play.yml @@ -0,0 +1,6 @@ +- hosts: localhost + gather_facts: false + tasks: + - name: fileglob should be empty + assert: + that: q("fileglob", seed) | length == 0 |