mirror of https://github.com/ansible/ansible.git
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.pull/18777/head
parent
9e9b6a24f4
commit
70b0891f95
Loading…
Reference in New Issue