community.general/lib/ansible/module_utils
Gonéri Le Bouder cf78759f5b vmware_vm_facts: fix the support with regular ESXi
Ensure the module still work with the ESXi where CustomFieldsManager
does not exist.

From: https://www.vmware.com/support/developer/converter-sdk/conv60_apireference/vim.CustomFieldsManager.html

    The CustomFieldsManager object is used to add and remove custom fields to
    managed entities.
    The custom fields values set on managed entities are available through the
    customValue property and through the summary objects for VirtualMachine
    and HostSystem. They are not available directly through this managed object.
    This functionality is only available through VirtualCenter.

Fixes: #56071
2019-05-13 17:25:16 -04:00
..
aws parse botocore.endpoint logs into a list of AWS actions (#49312) 2019-03-18 08:29:03 -05:00
common fix missing attribs with dirct module execution (#53875) 2019-04-04 09:59:52 -04:00
compat Do not look for a paramiko compat package anymore (#55106) 2019-04-10 14:51:53 -04:00
csharp Ansible.Basic - fix when deserialising a json string of an array (#55691) 2019-05-01 11:08:23 +10:00
distro Update bundled copy of distro from 1.3.0 to 1.4.0 (#55459) 2019-04-23 11:52:51 -05:00
docker docker modules: make sure everything works with older docker-py versions (#55258) 2019-04-17 13:50:57 -04:00
facts refactor iscsi network facts module, remove external grep call, add unit test (#55643) 2019-05-07 12:26:20 -04:00
k8s k8s: fix API call to _wait_for_response (#53937) 2019-04-20 02:22:52 -04:00
net_tools To fix the issue where nios_zone module was running second time for same object (#55595) 2019-05-13 14:30:39 +05:30
network Ensure 'authorize' is always bool, regardless of source (#56271) 2019-05-10 13:13:36 +05:30
parsing
podman Add podman_image and podman_image_info modules (#55103) 2019-04-10 18:28:09 -05:00
powershell Bump deps for ntlm-auth and PSScriptAnalyzer (#55269) 2019-04-16 06:43:41 +10:00
remote_management as per IRC Core team comment, renaming pwd to password (#55033) 2019-04-11 12:56:48 +01:00
six Update bundled copy of six from 1.11.0 to 1.12.0 (#55456) 2019-04-23 11:53:25 -05:00
source_control Add Bitbucket Pipelines variable module (#54049) 2019-03-22 13:17:08 +01:00
storage
__init__.py
_text.py
acme.py crypto modules: use module_utils.compat.ipaddress when possible (#55278) 2019-04-18 15:36:53 +01:00
alicloud_ecs.py
ansible_release.py
ansible_tower.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
api.py
azure_rm_common.py Fix the get property (#55745) 2019-04-26 10:07:58 +08:00
azure_rm_common_rest.py
basic.py Revert nxos, ios, iosxr return_timestamps (#56206) 2019-05-08 20:49:29 +05:30
cloud.py
cloudscale.py
cloudstack.py cloudstack: fix E326 (#54657) 2019-03-31 23:36:56 +02:00
connection.py Fix spelling error in connection (#54957) 2019-04-12 16:53:59 -04:00
crypto.py openssl_certificate: fix passphrase handling for cryptography backend (#56155) 2019-05-07 23:58:15 -04:00
database.py
digital_ocean.py
dimensiondata.py
ec2.py Fix _hashable_policy for python3 (#53953) 2019-03-18 09:40:28 -05:00
exoscale.py
f5_utils.py
firewalld.py
gcdns.py
gce.py
gcp.py
gcp_utils.py Bug fixes for GCP modules (#54765) 2019-04-03 13:31:08 -04:00
gitlab.py
hcloud.py
heroku.py
hetzner.py Hetzner failover IP: refactoring (#56203) 2019-05-10 08:33:51 +02:00
hwc_utils.py refactor moudule utils of hwc_utils.py (#55858) 2019-05-09 09:04:51 -04:00
ibm_sa_utils.py IBM_Storage: fixed a bug - Unwanted arguments cause failure (#56357) 2019-05-13 12:41:06 -04:00
infinibox.py
influxdb.py
ipa.py
ismount.py
json_utils.py
keycloak.py New module: keycloak_group (#35637) 2019-04-10 15:58:20 -04:00
known_hosts.py
kubevirt.py kubevirt: Fix labels assignemt (#54852) 2019-04-09 18:58:44 +02:00
ldap.py
linode.py
lxd.py
manageiq.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
memset.py
mysql.py
netapp.py
netapp_elementsw_module.py
netapp_module.py
oneandone.py
oneview.py
online.py
opennebula.py
openstack.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
ovirt.py ovirt add template version (#54675) 2019-04-01 17:23:57 +01:00
postgres.py PostgreSQL modules: move params mapping from main to connect_to_db() function (#55799) 2019-04-29 11:29:49 +01:00
pure.py
pycompat24.py
rabbitmq.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
rax.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
redfish_utils.py redfish: Add If-Match ETag header to PATCH requests (#56150) 2019-05-12 10:24:07 +02:00
redhat.py
scaleway.py
service.py
splitter.py
univention_umc.py
urls.py Update bundled copy of backports.ssl_match_hostname from 3.4.0.2 to 3.7.0.1 (#55461) 2019-04-23 11:53:11 -05:00
utm_utils.py
vca.py standardize TLS connection properties (#54315) 2019-03-28 00:19:28 -05:00
vexata.py New module for managing volumes in Vexata storage arrays (#49006) 2019-04-10 21:12:23 +05:30
vmware.py vmware_vm_facts: fix the support with regular ESXi 2019-05-13 17:25:16 -04:00
vmware_rest_client.py VMware: Modifying Rest Client to use vSphere-Api-Client instead of individual service(#55804) 2019-05-09 18:19:42 +05:30
vultr.py vultr_server: fix idempotency for private network and IPv6 options (#55619) 2019-04-23 21:22:17 +02:00
xenserver.py XenServer: Minor bug fixes 2 (#54697) 2019-04-08 12:27:02 -04:00
yumdnf.py Allow all of yum version compare operators (#54603) 2019-04-08 10:34:21 +02:00