VMware: Corrected documentation on vmware_guest module (#65733)

Update link for vapp_properties as per VMware docs in vmware_guest module
pull/64482/head
Andrew Block 5 years ago committed by Abhijeet Kasurde
parent 4769d731ac
commit fc31b4e506

@ -0,0 +1,2 @@
bugfixes:
- vmware_guest - Updated reference link to vapp_properties property

@ -379,8 +379,10 @@ options:
version_added: '2.3'
vapp_properties:
description:
- A list of vApp properties
- 'For full list of attributes and types refer to: U(https://github.com/vmware/pyvmomi/blob/master/docs/vim/vApp/PropertyInfo.rst)'
- A list of vApp properties.
- 'For full list of attributes and types refer to:'
- 'U(https://vdc-download.vmware.com/vmwb-repository/dcr-public/6b586ed2-655c-49d9-9029-bc416323cb22/
fa0b429a-a695-4c11-b7d2-2cbc284049dc/doc/vim.vApp.PropertyInfo.html)'
- 'Basic attributes are:'
- ' - C(id) (string): Property id - required.'
- ' - C(value) (string): Property value.'

Loading…
Cancel
Save