From f186bcc936768487f17d416abc239d89408d89da Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 11 Aug 2014 16:21:55 -0400 Subject: [PATCH] Copy recursion works when source is a parameter, there is no parameter 'recurse' here. --- library/files/copy | 6 ------ 1 file changed, 6 deletions(-) diff --git a/library/files/copy b/library/files/copy index 45009626d0e..0a5fa699d03 100644 --- a/library/files/copy +++ b/library/files/copy @@ -83,12 +83,6 @@ options: defaults. required: false version_added: "1.5" - recurse: - description: - - Copy all contents in the source directory recursively. This will be slightly inefficient compared to the 'synchronize' - module and should not be used for large directory trees. - required: false - default: false extends_documentation_fragment: files author: Michael DeHaan notes: