Skip to content

Commit 51e92df

Browse files
authored
Bugfix: Fix plurals for power_outlets & power_ports in CONVERT_TO_ID (#265)
1 parent dc89f96 commit 51e92df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/module_utils/netbox_utils.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@
141141
"dcim.frontport": "front_ports",
142142
"dcim.interface": "interfaces",
143143
"dcim.powerfeed": "power_feeds",
144-
"dcim.poweroutlet": "power_outlet",
145-
"dcim.powerport": "power_port",
144+
"dcim.poweroutlet": "power_outlets",
145+
"dcim.powerport": "power_ports",
146146
"dcim.rearport": "rear_ports",
147147
"device": "devices",
148148
"device_role": "device_roles",

0 commit comments

Comments
 (0)