ansible/cloud/amazon
Michael J. Schultz 63d7bbea19 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.
2015-08-12 12:13:29 -05:00
..
__init__.py added __init__.py to new cloud subcategories so builds work again 2014-11-05 11:07:19 -05:00
_ec2_ami_search.py Remove unneeded urllib2 import 2015-07-31 20:58:04 -07:00
cloudformation.py fix ugly documentation 2015-08-01 17:30:15 -07:00
ec2.py clarified error messages to actually give back ansible module option instead of internal boto field name 2015-07-24 23:32:41 -04:00
ec2_ami.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
ec2_ami_find.py minor doc fixes 2015-07-28 14:50:01 -04:00
ec2_asg.py fixed minor doc issues 2015-07-14 16:55:21 -04:00
ec2_eip.py minor doc fix 2015-08-05 17:36:16 -04:00
ec2_elb.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
ec2_elb_lb.py added rickmendes as maintainer 2015-07-20 22:37:02 -04:00
ec2_facts.py minor doc fixes 2015-07-28 14:50:01 -04:00
ec2_group.py Merge pull request #51 from cewood/ec2-group/cidr-ip-list 2015-08-01 07:45:38 -07:00
ec2_key.py Merge pull request #1670 from mikeputnam/issue-1643-gpl-header 2015-07-30 14:39:44 -04:00
ec2_lc.py Another way that the serialization of the boto results can fail 2015-08-07 12:27:57 -07:00
ec2_metric_alarm.py Return an iterable instead of None 2015-08-12 12:13:29 -05:00
ec2_scaling_policy.py Add missing GPLv3 License header 2015-07-03 22:57:53 -05:00
ec2_snapshot.py Refactor ec2_snapshot to make it more testable 2015-08-01 08:11:17 -07:00
ec2_tag.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
ec2_vol.py Fix example indentation bug 2015-07-27 23:40:49 -07:00
ec2_vpc.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
ec2_vpc_net.py Added 'resource_tags' alias 2015-07-17 15:54:17 +10:00
elasticache.py Remove default port value, it does not work in _requires_destroy_and_create logic 2015-07-13 17:21:16 +02:00
elasticache_subnet_group.py minor doc fixes 2015-06-05 10:25:25 -04:00
iam.py Merge pull request #1782 from civisanalytics/iam_dont_delete_passwords_silently 2015-07-30 19:51:57 -04:00
iam_cert.py iam certificate module 2015-06-23 14:41:18 -04:00
iam_policy.py Fix iam_policy example 2015-07-22 00:03:33 -04:00
rds.py minor doc fixes, version added for latest feature 2015-07-17 23:13:21 -04:00
rds_param_group.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
rds_subnet_group.py Updating cloud modules with proper github author information 2015-06-15 14:41:22 -04:00
route53.py minor doc fixes 2015-07-28 14:50:01 -04:00
s3.py Fix missing params to download_s3file in s3 2015-07-30 14:49:45 -04:00