From 47f089ff334dd804917e1693a2dfb0893726cce5 Mon Sep 17 00:00:00 2001
From: Tim Gerla <tim@gerla.net>
Date: Tue, 26 Mar 2013 13:34:16 -0700
Subject: [PATCH] Add some examples for local_action and rsync

---
 copy | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/copy b/copy
index b1b95bf2df7..cc5fb732410 100644
--- a/copy
+++ b/copy
@@ -75,6 +75,9 @@ examples:
    - code: "copy: src=/mine/ntp.conf dest=/etc/ntp.conf owner=root group=root mode=644 backup=yes"
      description: "Copy a new C(ntp.conf) file into place, backing up the original if it differs from the copied version"
 author: Michael DeHaan
+notes:
+   - The "copy" module can't be used to recursively copy directory structures to the target machine. Please see the 
+     "Delegation" section of the Advanced Playbooks documentation for a better approach to recursive copies.
 '''
 
 def main():