minor doc update
This commit is contained in:
parent
9197b84236
commit
6ababec09f
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ module: vsphere_copy
|
|||
short_description: Copy a file to a vCenter datastore
|
||||
description: Upload files to a vCenter datastore
|
||||
version_added: 2.0
|
||||
author: Dag Wieers <dag@wieers.com>
|
||||
author: Dag Wieers (@dagwieers) <dag@wieers.com>
|
||||
options:
|
||||
host:
|
||||
description:
|
||||
|
@ -55,8 +55,8 @@ options:
|
|||
- The file to push to the datastore on the vCenter server.
|
||||
required: true
|
||||
notes:
|
||||
- This module ought to be run from a system that can access vCenter directly.
|
||||
Either by using C(transport: local), or using C(delegate_to).
|
||||
- This module ought to be run from a system that can access vCenter directly and has the file to transfer.
|
||||
It can be the normal remote target or you can change it either by using C(transport: local) or using C(delegate_to).
|
||||
- Tested on vSphere 5.5
|
||||
'''
|
||||
|
||||
|
|
Loading…
Reference in a new issue