Styling: spacing
This commit is contained in:
parent
76edfc3d56
commit
2f5ad8c5d6
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