mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
committed by
Matt Clay
parent
917b7071d6
commit
33f5afa779
@@ -573,8 +573,8 @@ class ElbManager(object):
|
||||
# N.B. string manipulations on protocols below (str(), upper()) is to
|
||||
# ensure format matches output from ELB API
|
||||
listener_list = [
|
||||
listener['load_balancer_port'],
|
||||
listener['instance_port'],
|
||||
int(listener['load_balancer_port']),
|
||||
int(listener['instance_port']),
|
||||
str(listener['protocol'].upper()),
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user