From 5e31e37f9eb7b5574bbd1d335ec29bee9f7becd1 Mon Sep 17 00:00:00 2001 From: Jonathan Davila Date: Tue, 4 Aug 2015 07:52:51 -0500 Subject: [PATCH] Doc string fix for vsphere_copy --- lib/ansible/modules/extras/cloud/vmware/vsphere_copy.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/vmware/vsphere_copy.py b/lib/ansible/modules/extras/cloud/vmware/vsphere_copy.py index 4364e8b5197..18799211522 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vsphere_copy.py +++ b/lib/ansible/modules/extras/cloud/vmware/vsphere_copy.py @@ -22,7 +22,8 @@ DOCUMENTATION = ''' --- module: vsphere_copy 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 author: Dag Wieers (@dagwieers) options: