1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

VMware: Add a pointer on how to get possible values. (#48658)

* Add a pointer on how to get possible values for VMware host config manager
This commit is contained in:
Laurent G 2018-11-29 23:19:21 +01:00 committed by Alicia Cozine
parent d9ca78c542
commit 655b27f571

View file

@ -42,6 +42,7 @@ options:
description:
- A dictionary of advanced system settings.
- Invalid options will cause module to error.
- Note that the list of advanced options (with description and values) can be found by running `vim-cmd hostsvc/advopt/options`.
default: {}
extends_documentation_fragment: vmware.documentation
'''