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.reviewable/pr18780/r1
parent
98322a777f
commit
c1787da7ff
Loading…
Reference in New Issue