mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 00:33:09 +00:00
Fixes incorrect key name protocols -> protocol (#3963)
This commit is contained in:
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user