Update elb_application_lb_facts.py (#48983)

<!--- Added example how to see the facts about specific ALB -->
This commit is contained in:
Isakov Anton 2018-11-29 23:38:46 +07:00 committed by Sandra McCann
parent 24e4d26b72
commit 5a7f2b6b08

View file

@ -50,6 +50,13 @@ EXAMPLES = '''
names:
- elb1
- elb2
# Gather facts about specific ALB
- elb_application_lb_facts:
names: "alb-name"
region: "aws-region"
register: alb_facts
- debug: var=alb_facts
'''
RETURN = '''