Skip to content

Commit 2567623

Browse files
committed
correct key mistake find/replace
1 parent 51b2411 commit 2567623

File tree

3 files changed

+0
-6
lines changed

3 files changed

+0
-6
lines changed

plugins/inventory/nb_inventory.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@
126126
- I(rack_group) is supported on NetBox versions 2.10 or lower only
127127
- I(location) is supported on NetBox versions 2.11 or higher only
128128
type: list
129-
elements: str
130129
elements:
131130
- sites
132131
- site
@@ -163,17 +162,14 @@
163162
query_filters:
164163
description: List of parameters passed to the query string for both devices and VMs (Multiple values may be separated by commas)
165164
type: list
166-
elements: str
167165
default: []
168166
device_query_filters:
169167
description: List of parameters passed to the query string for devices (Multiple values may be separated by commas)
170168
type: list
171-
elements: str
172169
default: []
173170
vm_query_filters:
174171
description: List of parameters passed to the query string for VMs (Multiple values may be separated by commas)
175172
type: list
176-
elements: str
177173
default: []
178174
timeout:
179175
description: Timeout for Netbox requests in seconds

plugins/modules/netbox_cable.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@
156156
required: false
157157
type: list
158158
elements: str
159-
elements: str
160159
state:
161160
description:
162161
- Use C(present) or C(absent) for adding or removing.

plugins/modules/netbox_service.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
- Specifies which ports used by service (NetBox 2.10 and newer)
7373
type: list
7474
elements: str
75-
elements: int
7675
protocol:
7776
description:
7877
- Specifies which protocol used by service

0 commit comments

Comments
 (0)