Skip to content

Commit 8663f0b

Browse files
author
erwan.tonnerre
committed
Fix documentation
1 parent 05cd5d6 commit 8663f0b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

plugins/modules/netbox_module.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,17 @@
3232
description:
3333
- The device of the module
3434
required: True
35-
type: any
35+
type: raw
3636
module_bay:
3737
description:
3838
- The module bay of the module
3939
required: true
40-
type: any
40+
type: raw
4141
module_type:
4242
description:
4343
- The module type of the module
4444
required: true
45-
type: any
45+
type: raw
4646
status:
4747
description:
4848
- The status of the module
@@ -54,13 +54,13 @@
5454
- side-to-rear
5555
- failed
5656
- decommissioning
57-
required: true
57+
required: false
5858
type: str
5959
serial:
6060
description:
6161
- The weight of the device type
6262
required: false
63-
type: float
63+
type: str
6464
description:
6565
description:
6666
- The description of the module

plugins/modules/netbox_module_bay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
label:
4242
description:
4343
- The label of the module bay
44-
required: true
44+
required: false
4545
type: str
4646
position:
4747
description:

0 commit comments

Comments
 (0)