Skip to content

Commit

Permalink
[aws] Remove unused variable in ec2_asg module (ansible#41706)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansb authored and s-hertel committed Jun 19, 2018
1 parent 89f1691 commit 22f1b71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ansible/modules/cloud/amazon/ec2_asg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1355,7 +1355,6 @@ def wait_for_term_inst(connection, term_instances):
wait_timeout = module.params.get('wait_timeout')
group_name = module.params.get('name')
as_group = describe_autoscaling_groups(connection, group_name)[0]
props = get_properties(as_group)
count = 1
wait_timeout = time.time() + wait_timeout
while wait_timeout > time.time() and count > 0:
Expand Down

0 comments on commit 22f1b71

Please sign in to comment.