mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
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
|
short_description: Copy a file to a vCenter datastore
|
||||||
description: Upload files to a vCenter datastore
|
description: Upload files to a vCenter datastore
|
||||||
version_added: 2.0
|
version_added: 2.0
|
||||||
author: Dag Wieers <dag@wieers.com>
|
author: Dag Wieers (@dagwieers) <dag@wieers.com>
|
||||||
options:
|
options:
|
||||||
host:
|
host:
|
||||||
description:
|
description:
|
||||||
|
@ -55,8 +55,8 @@ options:
|
||||||
- The file to push to the datastore on the vCenter server.
|
- The file to push to the datastore on the vCenter server.
|
||||||
required: true
|
required: true
|
||||||
notes:
|
notes:
|
||||||
- This module ought to be run from a system that can access vCenter directly.
|
- This module ought to be run from a system that can access vCenter directly and has the file to transfer.
|
||||||
Either by using C(transport: local), or using C(delegate_to).
|
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
|
- Tested on vSphere 5.5
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue