diff --git a/lib/ansible/modules/cloud/vmware/vmware_host_config_manager.py b/lib/ansible/modules/cloud/vmware/vmware_host_config_manager.py index fcf029e0d79..fd2426fbd38 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_host_config_manager.py +++ b/lib/ansible/modules/cloud/vmware/vmware_host_config_manager.py @@ -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 '''