diff --git a/lib/ansible/modules/cloud/vmware/vmware_host.py b/lib/ansible/modules/cloud/vmware/vmware_host.py index 7d1bf48eb6..4dd7e29cf5 100644 --- a/lib/ansible/modules/cloud/vmware/vmware_host.py +++ b/lib/ansible/modules/cloud/vmware/vmware_host.py @@ -265,7 +265,7 @@ class VMwareHost(PyVmomi): host_connect_spec.sslThumbprint = task_error.thumbprint else: self.module.fail_json(msg="Failed to add host %s to vCenter: %s" % (self.esxi_hostname, - to_native(task_error.msg))) + to_native(task_error))) except vmodl.fault.NotSupported: self.module.fail_json(msg="Failed to add host %s to vCenter as host is" " being added to a folder %s whose childType"