Rename classic elb modules to match new names applied to application LB modules (#25745)

This commit is contained in:
Rob 2017-07-25 06:28:02 +10:00 committed by Sloane Hertel
commit 3401a4b330
7 changed files with 12 additions and 6 deletions

View file

@ -0,0 +1 @@
elb_instance.py

View file

@ -0,0 +1 @@
elb_classic_lb_facts.py

View file

@ -0,0 +1 @@
elb_classic_lb.py

View file

@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
DOCUMENTATION = """
---
module: ec2_elb_lb
module: elb_classic_lb
description:
- Returns information about the load balancer.
- Will be marked changed when called only if state is changed.

View file

@ -20,7 +20,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
DOCUMENTATION = '''
---
module: ec2_elb_facts
module: elb_classic_lb_facts
short_description: Gather facts about EC2 Elastic Load Balancers in AWS
description:
- Gather facts about EC2 Elastic Load Balancers in AWS

View file

@ -21,7 +21,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.0',
DOCUMENTATION = """
---
module: ec2_elb
module: elb_instance
short_description: De-registers or registers instances from EC2 ELBs
description:
- This module de-registers or registers an AWS EC2 instance from the ELBs