Skip to content

Commit f5c2516

Browse files
Random fixes for 2.10.4 (#428)
1 parent b67d559 commit f5c2516

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

plugins/modules/netbox_inventory_item.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
description:
8383
- Set the discovery flag for the inventory item
8484
required: false
85+
default: false
8586
type: bool
8687
tags:
8788
description:

tests/integration/targets/latest/tasks/netbox_device_type.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
netbox_token: 0123456789abcdef0123456789abcdef01234567
116116
data:
117117
model: "WS Test 3850"
118-
manufacturer: Test Manufacturer
118+
manufacturer: "Test Manufacturer"
119+
subdevice_role: "parent"
119120
state: present
120121
register: test_six
121122

0 commit comments

Comments
 (0)