mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
parent
917b7071d6
commit
33f5afa779
1 changed files with 2 additions and 2 deletions
|
@ -573,8 +573,8 @@ class ElbManager(object):
|
||||||
# N.B. string manipulations on protocols below (str(), upper()) is to
|
# N.B. string manipulations on protocols below (str(), upper()) is to
|
||||||
# ensure format matches output from ELB API
|
# ensure format matches output from ELB API
|
||||||
listener_list = [
|
listener_list = [
|
||||||
listener['load_balancer_port'],
|
int(listener['load_balancer_port']),
|
||||||
listener['instance_port'],
|
int(listener['instance_port']),
|
||||||
str(listener['protocol'].upper()),
|
str(listener['protocol'].upper()),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue