From f16f2f23f5b7e5c0137dccd3753c40b2b193a3e4 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Thu, 30 Jan 2014 17:43:40 -0500 Subject: [PATCH] Update copy Update copy documentation to reference synchronize module --- files/copy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/copy b/files/copy index 8af38d41aa4..d961764772a 100644 --- a/files/copy +++ b/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 = '''