mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix missing ,
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user