vmware_guest: Fix the esxi_hostname docstring to match the arg dict's required= (#3479)
Fixes #3476
This commit is contained in:
parent
c2dcf62aee
commit
d2bb9c1298
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue