mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Doc string fix for vsphere_copy
This commit is contained in:
parent
f9a42f60c5
commit
5e31e37f9e
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: vsphere_copy
|
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 (@dagwieers) <dag@wieers.com>
|
author: Dag Wieers (@dagwieers) <dag@wieers.com>
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue