From 655b27f5710cee2c23132fe84d1b8f880278d0fb Mon Sep 17 00:00:00 2001 From: Laurent G Date: Thu, 29 Nov 2018 23:19:21 +0100 Subject: [PATCH] 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 --- lib/ansible/modules/cloud/vmware/vmware_host_config_manager.py | 1 + 1 file changed, 1 insertion(+) 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 '''