mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Styling: spacing
This commit is contained in:
parent
ea2a665981
commit
0b251d840b
1 changed files with 1 additions and 1 deletions
|
@ -317,7 +317,7 @@ def main():
|
|||
elif group_id:
|
||||
grp_details = ec2.get_all_security_groups(group_ids=group_id)
|
||||
grp_item = grp_details[0]
|
||||
group_name = [grp_item.name ]
|
||||
group_name = [grp_item.name]
|
||||
except boto.exception.NoAuthHandlerFound, e:
|
||||
module.fail_json(msg = str(e))
|
||||
|
||||
|
|
Loading…
Reference in a new issue