Updated copy documentation.
This commit is contained in:
parent
e19878bc21
commit
54a2b25c58
1 changed files with 3 additions and 2 deletions
5
copy
5
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:
|
||||
|
|
Loading…
Reference in a new issue