From 0c7ec1e8600f1237a5dfbf80d9f1d51e08eaafeb Mon Sep 17 00:00:00 2001 From: Adam Butler Date: Thu, 16 Jun 2016 15:04:05 +0100 Subject: [PATCH] Fixes incorrect key name protocols -> protocol (#3963) --- lib/ansible/modules/cloud/amazon/ec2_elb_lb.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py index a566fe7e9d5..f48fba2a494 100644 --- a/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py +++ b/lib/ansible/modules/cloud/amazon/ec2_elb_lb.py @@ -311,7 +311,7 @@ EXAMPLES = """ - us-east-1a - us-east-1d listeners: - - protocols: http + - protocol: http - load_balancer_port: 80 - instance_port: 80 @@ -325,7 +325,7 @@ EXAMPLES = """ - us-east-1a - us-east-1d listeners: - - protocols: http + - protocol: http - load_balancer_port: 80 - instance_port: 80 stickiness: @@ -343,7 +343,7 @@ EXAMPLES = """ - us-east-1a - us-east-1d listeners: - - protocols: http + - protocol: http - load_balancer_port: 80 - instance_port: 80 stickiness: @@ -361,7 +361,7 @@ EXAMPLES = """ - us-east-1a - us-east-1d listeners: - - protocols: http + - protocol: http - load_balancer_port: 80 - instance_port: 80 tags: @@ -379,7 +379,7 @@ EXAMPLES = """ - us-east-1a - us-east-1d listeners: - - protocols: http + - protocol: http - load_balancer_port: 80 - instance_port: 80 tags: {}