From ba51fc12f9e1fd7123b93ee5c4d00bc88be001f2 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Sun, 17 Mar 2013 23:35:15 -0400 Subject: [PATCH] Updated copy documentation. --- library/copy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/library/copy b/library/copy index 88047635ea2..9adaa9cfd6c 100644 --- a/library/copy +++ b/library/copy @@ -31,13 +31,14 @@ description: options: src: description: - - Local path to a file to copy to the remote server; can be absolute or relative. Mutually exclusive with content. + - Local path to a file to copy to the remote server; can be absolute or relative. required: false default: null aliases: [] content: + version_added: 1.1 description: - - Creates and/or set content of a file on the remote server. Mutually exclusive with content. + - When used instead of 'src', sets the contents of a file directly to the specified value. (New in 1.1). required: false default: null dest: