From c0243a8a31d24178a308c7db7df7946d41ff12f4 Mon Sep 17 00:00:00 2001 From: Andreas Nafpliotis Date: Thu, 12 Apr 2018 16:18:04 +0200 Subject: [PATCH] fixed documentation to include esxi host (#38668) --- lib/ansible/utils/module_docs_fragments/vmware.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/utils/module_docs_fragments/vmware.py b/lib/ansible/utils/module_docs_fragments/vmware.py index 432f8cc14da..febab2e5f3f 100644 --- a/lib/ansible/utils/module_docs_fragments/vmware.py +++ b/lib/ansible/utils/module_docs_fragments/vmware.py @@ -9,20 +9,20 @@ class ModuleDocFragment(object): options: hostname: description: - - The hostname or IP address of the vSphere vCenter. + - The hostname or IP address of the vSphere vCenter or ESXi server. - If the value is not specified in the task, the value of environment variable C(VMWARE_HOST) will be used instead. - Environment variable supported added in version 2.6. required: False username: description: - - The username of the vSphere vCenter. + - The username of the vSphere vCenter or ESXi server. - If the value is not specified in the task, the value of environment variable C(VMWARE_USER) will be used instead. - Environment variable supported added in version 2.6. required: False aliases: ['user', 'admin'] password: description: - - The password of the vSphere vCenter. + - The password of the vSphere vCenter or ESXi server. - If the value is not specified in the task, the value of environment variable C(VMWARE_PASSWORD) will be used instead. - Environment variable supported added in version 2.6. required: False