community.general/lib/ansible/module_utils
Yanis Guenane fd554e9d75 vultr.py: query_resource_by_key Handle list and dict (#43301)
The Vultr API is inconsistent in the type of the value it returns
based on the resources. While most of the time it will be a dict, for
some resources it will be a list (/v1/user/list, /v1/block/list).

query_resource_by_key() fails if the return value isn't a dict (.items()
does not exist on list). This patch aims to support both list and dict.
2018-08-13 16:59:27 +02:00
..
aws Implement signed_request for sigV4 requests (#42758) 2018-08-03 08:31:10 +10:00
common make lockfile destination settable and update doc (#42795) 2018-08-08 06:52:11 -07:00
compat Adds the ipaddress compat library backport from Python 3.x (#42265) 2018-07-17 11:37:23 -07:00
facts fix alt linux detection for new versions (#43723) 2018-08-10 15:16:33 -04:00
k8s Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
net_tools Allow DNS bypass for add/remove of host records with nios_host_record (#42934) 2018-08-01 10:33:58 +05:30
network new nos_command module (#43056) 2018-08-10 13:50:02 -07:00
parsing
powershell PrivilegeUtil: use native methods to get pointer offset (#43461) 2018-07-30 18:33:49 -04:00
remote_management
six Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
storage New module for managing EMC VNX Block storage (#42945) 2018-08-09 10:38:26 -07:00
__init__.py
_text.py
acme.py ACME: use Cryptography (if a new enough version is available) instead of OpenSSL (#42170) 2018-08-12 19:12:01 +02:00
ansible_release.py
ansible_tower.py Tower modules: move HAS_TOWER_CLI check in module_utils and minor improvements (#39809) 2018-08-02 11:17:39 -04:00
api.py
azure_rm_common.py add azure_rm_webapp (#40005) 2018-08-07 15:53:15 -07:00
azure_rm_common_rest.py
basic.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
cloud.py
cloudscale.py
cloudstack.py
connection.py Prevent data being truncated over persistent connection socket (#43885) 2018-08-10 09:26:58 -04:00
crypto.py
database.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
digital_ocean.py
dimensiondata.py
docker_common.py Fix ssl_version default value. (#42955) 2018-07-20 11:32:04 -04:00
ec2.py
exoscale.py
f5_utils.py
firewalld.py
gcdns.py
gce.py
gcp.py
gcp_utils.py Bug fixes for gcp_compute_address (#42704) 2018-08-13 10:50:04 -04:00
gitlab.py
heroku.py
infinibox.py
influxdb.py
ipa.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
ismount.py
json_utils.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
keycloak.py
known_hosts.py
ldap.py
lxd.py Remove use of simplejson throughout code base (#43548) 2018-08-10 11:13:29 -05:00
manageiq.py
memset.py
mysql.py
netapp.py Adding Common files for NetApp ElementSW release (#43727) 2018-08-10 09:33:08 -07:00
netapp_elementsw_module.py Adding Common files for NetApp ElementSW release (#43727) 2018-08-10 09:33:08 -07:00
netapp_module.py Adding Common files for NetApp ElementSW release (#43727) 2018-08-10 09:33:08 -07:00
oneandone.py
oneview.py
opennebula.py
openstack.py
ovirt.py
postgres.py
pure.py
pycompat24.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
rax.py
redfish_utils.py Add new module for Redfish APIs (#41656) 2018-07-27 12:21:25 -04:00
redhat.py
scaleway.py
service.py Fix typo of stderr 2018-07-31 13:23:05 -04:00
splitter.py
univention_umc.py
urls.py Surround top-level function and class definitions with two blank lines. 2018-07-31 12:06:56 -07:00
vca.py
vmware.py VMware: handle special characters in datacenter name (#42922) 2018-07-27 12:17:10 +05:30
vmware_rest_client.py
vultr.py vultr.py: query_resource_by_key Handle list and dict (#43301) 2018-08-13 16:59:27 +02:00