summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent G <xenlaurent@hotmail.com>2018-11-29 23:19:21 +0100
committerAlicia Cozine <879121+acozine@users.noreply.github.com>2018-11-29 16:19:21 -0600
commit655b27f5710cee2c23132fe84d1b8f880278d0fb (patch)
tree7fcd1044f1cebfe49a3cc439e9ed9d9dbbbcd687
parentd9ca78c542752467f557299a2772b62e3e8de1ab (diff)
downloadansible-655b27f5710cee2c23132fe84d1b8f880278d0fb.tar.gz
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
-rw-r--r--lib/ansible/modules/cloud/vmware/vmware_host_config_manager.py1
1 files changed, 1 insertions, 0 deletions
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 fcf029e0d7..fd2426fbd3 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
'''