Remove duplicate keys from module docs. (#4920)
This commit is contained in:
parent
27d2950e2d
commit
f2c2dddc01
3 changed files with 0 additions and 3 deletions
|
@ -26,7 +26,6 @@ short_description: Create/destroy or attach/detach Block Storage volumes in Digi
|
||||||
description:
|
description:
|
||||||
- Create/destroy Block Storage volume in DigitalOcean, or attach/detach Block Storage volume to a droplet.
|
- Create/destroy Block Storage volume in DigitalOcean, or attach/detach Block Storage volume to a droplet.
|
||||||
version_added: "2.2"
|
version_added: "2.2"
|
||||||
author: "Harnek Sidhu"
|
|
||||||
options:
|
options:
|
||||||
command:
|
command:
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -112,7 +112,6 @@ options:
|
||||||
the equivalent, set the I(update) argument to C(replace). This argument
|
the equivalent, set the I(update) argument to C(replace). This argument
|
||||||
will be removed in a future release.
|
will be removed in a future release.
|
||||||
required: false
|
required: false
|
||||||
required: true
|
|
||||||
choices: ['yes', 'no']
|
choices: ['yes', 'no']
|
||||||
default: false
|
default: false
|
||||||
backup:
|
backup:
|
||||||
|
|
|
@ -95,7 +95,6 @@ options:
|
||||||
keyword 'any'.
|
keyword 'any'.
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
default: null
|
|
||||||
dest_port_op:
|
dest_port_op:
|
||||||
description:
|
description:
|
||||||
- Destination port operands such as eq, neq, gt, lt, range.
|
- Destination port operands such as eq, neq, gt, lt, range.
|
||||||
|
|
Loading…
Reference in a new issue