summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/lookup_fileglob/non_existent/play.yml
blob: e92dff5accf15791e736bcb1f46767c27cf0dfb8 (plain)
1
2
3
4
5
6
- hosts: localhost
  gather_facts: false
  tasks:
    - name: fileglob should be empty
      assert:
        that: q("fileglob", seed) | length == 0