fixing hang after creation
This commit is contained in:
parent
84b460d96d
commit
604578cfcc
1 changed files with 1 additions and 1 deletions
|
@ -215,8 +215,8 @@ def create_eni(connection, module):
|
|||
raise
|
||||
# Wait to allow creation / attachment to finish
|
||||
wait_for_eni(eni, "attached")
|
||||
eni.update()
|
||||
changed = True
|
||||
eni.update()
|
||||
|
||||
except BotoServerError as e:
|
||||
module.fail_json(msg=get_error_message(e.args[2]))
|
||||
|
|
Loading…
Reference in a new issue