From 6011381bf0cd2258d48ea38822ef3b49558b8261 Mon Sep 17 00:00:00 2001 From: Charles Paul Date: Tue, 1 Sep 2015 14:53:11 -0500 Subject: [PATCH] vm_floppy 2.0 support --- lib/ansible/modules/cloud/vmware/vsphere_guest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/cloud/vmware/vsphere_guest.py b/lib/ansible/modules/cloud/vmware/vsphere_guest.py index 82a1cbd7d47..0db7760be38 100644 --- a/lib/ansible/modules/cloud/vmware/vsphere_guest.py +++ b/lib/ansible/modules/cloud/vmware/vsphere_guest.py @@ -158,6 +158,7 @@ EXAMPLES = ''' # Returns changed = True and a adds ansible_facts from the new VM # State will set the power status of a guest upon creation. Use powered_on to create and boot. # Options ['state', 'vm_extra_config', 'vm_disk', 'vm_nic', 'vm_hardware', 'esxi'] are required together +# Note: vm_floppy support added in 2.0 - vsphere_guest: vcenter_hostname: vcenter.mydomain.local