mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fixes incorrect key name protocols -> protocol (#3963)
This commit is contained in:
@@ -311,7 +311,7 @@ EXAMPLES = """
|
|||||||
- us-east-1a
|
- us-east-1a
|
||||||
- us-east-1d
|
- us-east-1d
|
||||||
listeners:
|
listeners:
|
||||||
- protocols: http
|
- protocol: http
|
||||||
- load_balancer_port: 80
|
- load_balancer_port: 80
|
||||||
- instance_port: 80
|
- instance_port: 80
|
||||||
|
|
||||||
@@ -325,7 +325,7 @@ EXAMPLES = """
|
|||||||
- us-east-1a
|
- us-east-1a
|
||||||
- us-east-1d
|
- us-east-1d
|
||||||
listeners:
|
listeners:
|
||||||
- protocols: http
|
- protocol: http
|
||||||
- load_balancer_port: 80
|
- load_balancer_port: 80
|
||||||
- instance_port: 80
|
- instance_port: 80
|
||||||
stickiness:
|
stickiness:
|
||||||
@@ -343,7 +343,7 @@ EXAMPLES = """
|
|||||||
- us-east-1a
|
- us-east-1a
|
||||||
- us-east-1d
|
- us-east-1d
|
||||||
listeners:
|
listeners:
|
||||||
- protocols: http
|
- protocol: http
|
||||||
- load_balancer_port: 80
|
- load_balancer_port: 80
|
||||||
- instance_port: 80
|
- instance_port: 80
|
||||||
stickiness:
|
stickiness:
|
||||||
@@ -361,7 +361,7 @@ EXAMPLES = """
|
|||||||
- us-east-1a
|
- us-east-1a
|
||||||
- us-east-1d
|
- us-east-1d
|
||||||
listeners:
|
listeners:
|
||||||
- protocols: http
|
- protocol: http
|
||||||
- load_balancer_port: 80
|
- load_balancer_port: 80
|
||||||
- instance_port: 80
|
- instance_port: 80
|
||||||
tags:
|
tags:
|
||||||
@@ -379,7 +379,7 @@ EXAMPLES = """
|
|||||||
- us-east-1a
|
- us-east-1a
|
||||||
- us-east-1d
|
- us-east-1d
|
||||||
listeners:
|
listeners:
|
||||||
- protocols: http
|
- protocol: http
|
||||||
- load_balancer_port: 80
|
- load_balancer_port: 80
|
||||||
- instance_port: 80
|
- instance_port: 80
|
||||||
tags: {}
|
tags: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user