Files
community.general/lib/ansible/modules/cloud/amazon
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
..
2016-12-08 11:23:25 -05:00
2016-12-08 11:24:08 -05:00
2016-12-08 11:24:15 -05:00
2016-12-08 11:24:09 -05:00
2016-12-08 11:24:09 -05:00
2016-12-08 11:24:13 -05:00