ec2_elb module: Minor improvements to documentation
ELB(s) cause a weird formatting behaviour - it appears as EL**s** Added choices documentation to the state option
This commit is contained in:
parent
e22af253bb
commit
238da3cb02
1 changed files with 3 additions and 2 deletions
|
@ -17,9 +17,9 @@
|
|||
DOCUMENTATION = """
|
||||
---
|
||||
module: ec2_elb
|
||||
short_description: De-registers or registers instances from EC2 ELB(s)
|
||||
short_description: De-registers or registers instances from EC2 ELBs
|
||||
description:
|
||||
- This module de-registers or registers an AWS EC2 instance from the ELB(s)
|
||||
- This module de-registers or registers an AWS EC2 instance from the ELBs
|
||||
that it belongs to.
|
||||
- Returns fact "ec2_elbs" which is a list of elbs attached to the instance
|
||||
if state=absent is passed as an argument.
|
||||
|
@ -32,6 +32,7 @@ options:
|
|||
description:
|
||||
- register or deregister the instance
|
||||
required: true
|
||||
choices: ['present', 'absent']
|
||||
|
||||
instance_id:
|
||||
description:
|
||||
|
|
Loading…
Reference in a new issue