community.general/lib/ansible/modules/cloud
Michael J. Schultz c7eb08b217 Return an iterable instead of None
By default `.get()` will return `None` on a key that doesn't exist. This
causes a `TypeError` in the `for` loop a few lines down. This change simply
returns an iterable type to avoid the error.
2016-12-08 11:23:30 -05:00
..
amazon Return an iterable instead of None 2016-12-08 11:23:30 -05:00
azure ensure password or ssh cert specified 2016-12-08 11:23:20 -05:00
digital_ocean Fixed bug, when MX records pointed to ORIGIN(@) caused unintentional change of random A record. 2016-12-08 11:23:29 -05:00
docker mem_limit client version check 2016-12-08 11:23:30 -05:00
google Use the common/shared MD5 function. 2016-12-08 11:23:25 -05:00
linode Updating cloud modules with proper github author information 2016-12-08 11:23:07 -05:00
openstack Add OpenStack Group content module 2016-12-08 11:23:29 -05:00
rackspace Added support for instance types. 2016-12-08 11:23:29 -05:00
vmware Add missing GPLv3 License header 2016-12-08 11:23:25 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00