Skip to content

Commit aa8d105

Browse files
authored
added power outlet type iec-60320-c21 to template (#1232)
1 parent 6b572e5 commit aa8d105

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/modules/netbox_power_outlet_template.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
- iec-60320-c13
5151
- iec-60320-c15
5252
- iec-60320-c19
53+
- iec-60320-c21
5354
- iec-60309-p-n-e-4h
5455
- iec-60309-p-n-e-6h
5556
- iec-60309-p-n-e-9h
@@ -198,6 +199,7 @@ def main():
198199
"iec-60320-c13",
199200
"iec-60320-c15",
200201
"iec-60320-c19",
202+
"iec-60320-c21",
201203
"iec-60309-p-n-e-4h",
202204
"iec-60309-p-n-e-6h",
203205
"iec-60309-p-n-e-9h",

0 commit comments

Comments
 (0)