Enhance the note about fileglob being local (#45398)
Made the note clearer and instructed to use find module for remote operations. Relating to #34497
This commit is contained in:
parent
05840ffe16
commit
8526f63255
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ DOCUMENTATION = """
|
||||||
required: True
|
required: True
|
||||||
notes:
|
notes:
|
||||||
- Patterns are only supported on files, not directory/paths.
|
- 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 = """
|
EXAMPLES = """
|
||||||
|
|
Loading…
Reference in a new issue