mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Remove duplicate documentation fields
This commit is contained in:
committed by
Matt Clay
parent
7404418cbd
commit
255c4b01a8
@@ -22,7 +22,6 @@ description:
|
||||
- Create or delete AWS Dynamo DB tables.
|
||||
- Can update the provisioned throughput on existing tables.
|
||||
- Returns the status of the specified table.
|
||||
version_added: "2.0"
|
||||
author: Alan Loi (@loia)
|
||||
version_added: "2.0"
|
||||
requirements:
|
||||
|
||||
@@ -46,11 +46,6 @@ options:
|
||||
required: false
|
||||
choices: [ 'source', 'roundrobin', 'leastconn' ]
|
||||
default: 'source'
|
||||
protocol:
|
||||
description:
|
||||
- Protocol for the load balancer rule.
|
||||
required: false
|
||||
default: null
|
||||
private_port:
|
||||
description:
|
||||
- The private port of the private ip address/virtual machine where the network traffic will be load balanced to.
|
||||
|
||||
Reference in New Issue
Block a user