VMware: Minor fixes in vmware_httpapi modules (#65663)

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde 2019-12-09 22:14:00 +05:30 committed by GitHub
parent 0647c52368
commit 0b2558051c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- Minor typo fixes in vmware_httpapi related modules and module_utils.

View file

@ -635,7 +635,7 @@ class VmwareRestModule(AnsibleModule):
if with_filter:
self.url += self._build_filter(object_type)
except KeyError:
self.handle_object_key_error
self.handle_object_key_error()
return self.url
def get_url_with_filter(self, object_type):

View file

@ -47,7 +47,7 @@ EXAMPLES = r'''
ansible_host: vcenter.my.domain
ansible_user: administrator@vsphere.local
ansible_httpapi_password: "SomePassword"
ansbile_httpapi_use_ssl: yes
ansible_httpapi_use_ssl: yes
ansible_httpapi_validate_certs: false
tasks:

View file

@ -52,7 +52,7 @@ EXAMPLES = r'''
ansible_host: vcenter.my.domain
ansible_user: administrator@vsphere.local
ansible_httpapi_password: "SomePassword"
ansbile_httpapi_use_ssl: yes
ansible_httpapi_use_ssl: yes
ansible_httpapi_validate_certs: false
tasks: