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/45787/head
zharalim 6 years ago committed by Sandra McCann
parent 05840ffe16
commit 8526f63255

@ -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 = """

Loading…
Cancel
Save