Enhance the note about fileglob being local (#45398)

Made the note clearer and instructed to use find module for remote operations.
Relating to #34497
pull/4420/head
zharalim 2018-09-17 23:00:41 +03:00 committed by Sandra McCann
parent 05840ffe16
commit 8526f63255
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ DOCUMENTATION = """
required: True
notes:
- Patterns are only supported on files, not directory/paths.
- Matching is against local system files.
- Matching is against local system files on the Ansible controller.
To iterate a list of files on a remote node, use the M(find) module.
"""
EXAMPLES = """