Skip to content

Commit ba28a13

Browse files
vlan group option name is 'vlan_group' not 'group' (#1138)
* Update netbox_vlan_module.rst As per line 169 of https://github.com/netbox-community/ansible_modules/blob/devel/plugins/modules/netbox_vlan.py the name of the vlan group option is vlan_group not group * Update netbox_vlan.py As per line 37 and line 169 the option name for a VLAN group is vlan_group not group.
1 parent 57fe0ef commit ba28a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/plugins/netbox_vlan_module.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ Examples
796796
name: Test VLAN
797797
vid: 400
798798
site: Test Site
799-
group: Test VLAN Group
799+
vlan_group: Test VLAN Group
800800
tenant: Test Tenant
801801
status: Deprecated
802802
vlan_role: Test VLAN Role

plugins/modules/netbox_vlan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
name: Test VLAN
123123
vid: 400
124124
site: Test Site
125-
group: Test VLAN Group
125+
vlan_group: Test VLAN Group
126126
tenant: Test Tenant
127127
status: Deprecated
128128
vlan_role: Test VLAN Role

0 commit comments

Comments
 (0)