mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-07 19:23:09 +00:00
Styling: spacing
This commit is contained in:
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user