community.general/lib/ansible/modules/cloud
Dennis Conrad 70b0891f95 Fix UnboundLocalError if 'access_key_ids' not supplied
'key_ids' is referenced before it is assigned, causing the module to fail with a UnboundLocalError instead of failing gracefully with a helpful error message.  This very small patch moves the assignment of 'key_ids' to before the variable is referenced.
2016-12-08 11:24:19 -05:00
..
amazon Fix UnboundLocalError if 'access_key_ids' not supplied 2016-12-08 11:24:19 -05:00
azure Add new Dv2 Azure instances 2016-12-08 11:24:09 -05:00
digital_ocean Documentation updates to use complete YAML : syntax instead of key=val syntax. Adjusted example to use "" where appropriate to pass YAML Syntax checker per Contribution guidelines. 2016-12-08 11:24:05 -05:00
docker docker: support polling image by digest (#2932) 2016-12-08 11:24:18 -05:00
google Add preemptible option on gce.py 2016-12-08 11:24:14 -05:00
linode Replace BOOLEANS with true/false 2016-12-08 11:24:17 -05:00
openstack Make remote_group handle name and id in cloud/openstack/os_security_group_rule.py 2016-12-08 11:24:18 -05:00
rackspace overwrite option was added for 2.1 2016-12-08 11:24:16 -05:00
vmware Support altering the virtual cdrom when state == reconfigured (#2394) 2016-12-08 11:24:18 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00