Update elb_application_lb_facts.py (#48983)

<!--- Added example how to see the facts about specific ALB -->
pull/49329/head
Isakov Anton 6 years ago committed by Sandra McCann
parent 24e4d26b72
commit 5a7f2b6b08

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

Loading…
Cancel
Save