From d2bb9c12980551301b057be99b88b5c311db48eb Mon Sep 17 00:00:00 2001 From: jctanner Date: Tue, 15 Nov 2016 21:12:05 -0500 Subject: [PATCH] vmware_guest: Fix the esxi_hostname docstring to match the arg dict's required= (#3479) Fixes #3476 --- lib/ansible/modules/extras/cloud/vmware/vmware_guest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/vmware/vmware_guest.py b/lib/ansible/modules/extras/cloud/vmware/vmware_guest.py index 4d7f64cbef6..bcc505dce1f 100644 --- a/lib/ansible/modules/extras/cloud/vmware/vmware_guest.py +++ b/lib/ansible/modules/extras/cloud/vmware/vmware_guest.py @@ -88,7 +88,7 @@ options: esxi_hostname: description: - The esxi hostname where the VM will run. - required: True + required: False annotation: description: - A note or annotation to include in the VM