Skip to content

Commit acbeaf3

Browse files
authored
Bugfix: Remove rack from argument_spec from netbox_virtual_machine (#221)
1 parent bebddd3 commit acbeaf3

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugins/modules/netbox_virtual_machine.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,6 @@
7575
disk:
7676
description:
7777
- Disk of the virtual machine (GB)
78-
rack:
79-
description:
80-
- The name of the rack to assign the virtual machine to
8178
status:
8279
description:
8380
- The status of the virtual machine
@@ -196,7 +193,6 @@ def main():
196193
primary_ip6=dict(required=False, type="raw"),
197194
memory=dict(required=False, type="int"),
198195
disk=dict(required=False, type="int"),
199-
rack=dict(required=False, type="raw"),
200196
status=dict(required=False, type="raw"),
201197
tags=dict(required=False, type=list),
202198
custom_fields=dict(required=False, type=dict),

0 commit comments

Comments
 (0)