Skip to content

Commit 8c8fd78

Browse files
authored
Extend query param for parent_location (#1235)
1 parent 9e078fb commit 8c8fd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/module_utils/netbox_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@
498498
"master": set(["name"]),
499499
"nat_inside": set(["vrf", "address"]),
500500
"parent_contact_group": set(["name"]),
501-
"parent_location": set(["slug"]),
501+
"parent_location": set(["slug", "name", "site"]),
502502
"parent_interface": set(["name"]),
503503
"parent_inventory_item": set(["name", "device"]),
504504
"parent_vm_interface": set(["name"]),

0 commit comments

Comments
 (0)