fixing hang after creation

pull/18777/head
Evan Carter 9 years ago committed by Matt Clay
parent 5185dd3563
commit edfe99b5ce

@ -215,8 +215,8 @@ def create_eni(connection, module):
raise raise
# Wait to allow creation / attachment to finish # Wait to allow creation / attachment to finish
wait_for_eni(eni, "attached") wait_for_eni(eni, "attached")
eni.update()
changed = True changed = True
eni.update()
except BotoServerError as e: except BotoServerError as e:
module.fail_json(msg=get_error_message(e.args[2])) module.fail_json(msg=get_error_message(e.args[2]))

Loading…
Cancel
Save