mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
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:
@@ -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 = """
|
||||
|
||||
Reference in New Issue
Block a user