mirror of
https://github.com/ansible/ansible.git
synced 2026-05-28 04:32:20 -04:00
Update lib/ansible/plugins/lookup/fileglob.py
This commit is contained in:
parent
88f5af81a4
commit
9f45a29fed
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ DOCUMENTATION = """
|
|||
description: Flag to control whether or not no matches found return a warning
|
||||
type: boolean
|
||||
default: False
|
||||
version_added: "2.14"
|
||||
version_added: "2.18"
|
||||
notes:
|
||||
- Patterns are only supported on files, not directory/paths.
|
||||
- See R(Ansible task paths,playbook_task_paths) to understand how file lookup occurs with paths.
|
||||
|
|
|
|||
Loading…
Reference in a new issue