Update lib/ansible/plugins/lookup/fileglob.py

This commit is contained in:
Brian Coca 2024-09-04 11:21:25 -04:00 committed by GitHub
parent 88f5af81a4
commit 9f45a29fed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.