Commit ba51fc12 by Michael DeHaan

Updated copy documentation.

parent f2c8df2a
...@@ -31,13 +31,14 @@ description: ...@@ -31,13 +31,14 @@ description:
options: options:
src: src:
description: 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 required: false
default: null default: null
aliases: [] aliases: []
content: content:
version_added: 1.1
description: 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 required: false
default: null default: null
dest: dest:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment