mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 04:41:26 -07:00
Fix missing ,
This commit is contained in:
parent
a5a9c92fcd
commit
3d3be5e91f
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ class ElbManager(object):
|
||||||
'instances': [instance.id for instance in check_elb.instances],
|
'instances': [instance.id for instance in check_elb.instances],
|
||||||
'out_of_service_count': 0,
|
'out_of_service_count': 0,
|
||||||
'in_service_count': 0,
|
'in_service_count': 0,
|
||||||
'unknown_instance_state_count': 0
|
'unknown_instance_state_count': 0,
|
||||||
'region': self.region
|
'region': self.region
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue