mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 04:11:25 -07:00
Update copy
Update copy documentation to reference synchronize module
This commit is contained in:
parent
193657e635
commit
a1afd6987c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ options:
|
||||||
author: Michael DeHaan
|
author: Michael DeHaan
|
||||||
notes:
|
notes:
|
||||||
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
|
- The "copy" module recursively copy facility does not scale to lots (>hundreds) of files.
|
||||||
For alternative, see "Delegation" section of the Advanced Playbooks documentation.
|
For alternative, see synchronize module, which is a wrapper around rsync.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
EXAMPLES = '''
|
EXAMPLES = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue