Skip to content

Commit 6ffa244

Browse files
authored
netbox_cable: Fix idempotency (#990)
Fixes #989
1 parent 6578217 commit 6ffa244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/module_utils/netbox_utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"rack_groups",
7171
"rack_roles",
7272
"rear_ports",
73+
"rear-ports",
7374
"rear_port_templates",
7475
"regions",
7576
"sites",
@@ -348,6 +349,7 @@
348349
"rack_groups": "rack_group",
349350
"rack_roles": "rack_role",
350351
"rear_ports": "rear_port",
352+
"rear-ports": "rearport",
351353
"rear_port_templates": "rear_port_template",
352354
"regions": "region",
353355
"rirs": "rir",

0 commit comments

Comments
 (0)