1
0
Fork 0
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:
Sarah Zelechoski 2015-03-24 10:31:34 -04:00 committed by Matt Clay
parent 5d2652f31b
commit 17334b21ea

View file

@ -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