Format fix on VMware Guide (#41272)

* Updating format of VMware Guide: small formatting error - hyperlink to module
(cherry picked from commit 91803c6ad3)
This commit is contained in:
wazzaz 2018-06-08 12:15:04 -04:00 committed by Matt Clay
parent 84f28cbf3b
commit 8ba4f23290

View file

@ -22,8 +22,7 @@ and vCenter infrastcture. You can install pyVmomi using pip:
vmware_guest module
```````````````````
The :ref:vmware_guest <vmware_guest>module is used to manage various operations related to virtual machines in
the given ESXi or vCenter server.
The :ref:`vmware_guest<vmware_guest_module>` module manages various operations related to virtual machines in the given ESXi or vCenter server.
Prior to Ansible version 2.5, ``folder`` was an optional parameter with a default value of ``/vm``. The folder parameter
was used to discover information about virtual machines in the given infrastructure.