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:
parent
d9ca78c542
commit
655b27f571
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
'''
|
||||
|
|
Loading…
Reference in a new issue