1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Minor code formatting

This commit is contained in:
Toshio Kuratomi 2015-03-19 22:35:21 -07:00 committed by Matt Clay
parent db6c2bac75
commit 5378b5db98

View file

@ -470,7 +470,7 @@ def delete_autoscaling_group(connection, module):
group.delete()
while len(connection.get_all_groups(names=[group_name])):
time.sleep(5)
time.sleep(5)
changed=True
return changed
else: