mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 22:33:25 +00:00
Merge pull request #9026 from tedder/patch-1
rearrange description/short_description
This commit is contained in:
@@ -17,10 +17,10 @@
|
|||||||
DOCUMENTATION = """
|
DOCUMENTATION = """
|
||||||
---
|
---
|
||||||
module: ec2_elb_lb
|
module: ec2_elb_lb
|
||||||
description: Creates or destroys Amazon ELB.
|
description:
|
||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user