diff --git a/library/files/copy b/library/files/copy index 8af38d41aa4..d961764772a 100644 --- a/library/files/copy +++ b/library/files/copy @@ -83,7 +83,7 @@ options: author: Michael DeHaan notes: - 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 = '''