VMware: add note to vmware_guest faq (#65569)

* add note to vmware_guest faq about the vmware API being read-only unless you're a paid subscriber
This commit is contained in:
Chris Budzilowicz 2019-12-10 16:45:32 -05:00 committed by Alicia Cozine
parent 056b035c98
commit 5ebce4672b

View file

@ -11,7 +11,7 @@ Can I deploy a virtual machine on a standalone ESXi server ?
------------------------------------------------------------
Yes. ``vmware_guest`` can deploy a virtual machine with required settings on a standalone ESXi server.
However, you must have a paid license to deploy virtual machines this way. If you are using the free version, the API is read-only.
Is ``/vm`` required for ``vmware_guest`` module ?
-------------------------------------------------