mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
rearrange description/short_description
it's really dorked on [the documentation page](http://docs.ansible.com/ec2_elb_lb_module.html). This puts it in line with other modules.
This commit is contained in:
parent
c6b26ff7c7
commit
61dfeaa43c
1 changed files with 1 additions and 1 deletions
|
@ -18,9 +18,9 @@ DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ec2_elb_lb
|
module: ec2_elb_lb
|
||||||
description: Creates or destroys Amazon ELB.
|
description: Creates or destroys Amazon ELB.
|
||||||
short_description: Creates or destroys Amazon ELB.
|
|
||||||
- Returns information about the load balancer.
|
- Returns information about the load balancer.
|
||||||
- Will be marked changed when called only if state is changed.
|
- Will be marked changed when called only if state is changed.
|
||||||
|
short_description: Creates or destroys Amazon ELB.
|
||||||
version_added: "1.5"
|
version_added: "1.5"
|
||||||
author: Jim Dalton
|
author: Jim Dalton
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue