Skip to content

Commit

Permalink
Sanity test / doc-default-does-not-match-spec fixups (ansible-collect…
Browse files Browse the repository at this point in the history
…ions#320)

* Sanity test / doc-default-does-not-match-spec fixups
* General docs cleanup

This commit was initially merged in https://github.com/ansible-collections/community.aws
See: ansible-collections/community.aws@b22f280
  • Loading branch information
tremble authored and GomathiselviS committed Sep 20, 2022
1 parent 5db13cc commit 84dccd8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions plugins/modules/elb_application_lb.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
---
module: elb_application_lb
version_added: 1.0.0
short_description: Manage an Application load balancer
short_description: Manage an Application Load Balancer
description:
- Manage an AWS Application Elastic Load Balancer. See U(https://aws.amazon.com/blogs/aws/new-aws-application-load-balancer/) for details.
requirements: [ boto3 ]
Expand Down Expand Up @@ -50,12 +50,12 @@
deletion_protection:
description:
- Indicates whether deletion protection for the ELB is enabled.
default: no
- Defaults to C(false).
type: bool
http2:
description:
- Indicates whether to enable HTTP2 routing.
default: no
- Defaults to C(false).
type: bool
idle_timeout:
description:
Expand Down Expand Up @@ -124,14 +124,14 @@
type: str
purge_listeners:
description:
- If yes, existing listeners will be purged from the ELB to match exactly what is defined by I(listeners) parameter. If the I(listeners) parameter is
not set then listeners will not be modified
- If C(yes), existing listeners will be purged from the ELB to match exactly what is defined by I(listeners) parameter.
- If the I(listeners) parameter is not set then listeners will not be modified.
default: yes
type: bool
purge_tags:
description:
- If yes, existing tags will be purged from the resource to match exactly what is defined by I(tags) parameter. If the I(tags) parameter is not set then
tags will not be modified.
- If yes, existing tags will be purged from the resource to match exactly what is defined by I(tags) parameter.
- If the I(tags) parameter is not set then tags will not be modified.
default: yes
type: bool
subnets:
Expand Down Expand Up @@ -176,7 +176,7 @@
type: int
purge_rules:
description:
- When set to no, keep the existing load balancer rules in place. Will modify and add, but will not delete.
- When set to C(no), keep the existing load balancer rules in place. Will modify and add, but will not delete.
default: yes
type: bool
extends_documentation_fragment:
Expand Down

0 comments on commit 84dccd8

Please sign in to comment.