mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 15:11:23 -07:00
Minor code formatting
This commit is contained in:
parent
db6c2bac75
commit
5378b5db98
1 changed files with 2 additions and 2 deletions
|
@ -470,7 +470,7 @@ def delete_autoscaling_group(connection, module):
|
||||||
|
|
||||||
group.delete()
|
group.delete()
|
||||||
while len(connection.get_all_groups(names=[group_name])):
|
while len(connection.get_all_groups(names=[group_name])):
|
||||||
time.sleep(5)
|
time.sleep(5)
|
||||||
changed=True
|
changed=True
|
||||||
return changed
|
return changed
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue