mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix syntax in last example
This commit is contained in:
parent
5d2652f31b
commit
17334b21ea
1 changed files with 3 additions and 3 deletions
|
@ -235,9 +235,9 @@ EXAMPLES = """
|
|||
- us-east-1a
|
||||
- us-east-1d
|
||||
listeners:
|
||||
- protocols: http
|
||||
- load_balancer_port: 80
|
||||
- instance_port: 80
|
||||
- protocol: http
|
||||
load_balancer_port: 80
|
||||
instance_port: 80
|
||||
"""
|
||||
|
||||
import sys
|
||||
|
|
Loading…
Reference in a new issue