Update copy

Update copy documentation to reference synchronize module
This commit is contained in:
Michael DeHaan 2014-01-30 17:43:40 -05:00
parent 0dff07b53e
commit f16f2f23f5

View file

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