fix docstring
parent
ad9ede5d4c
commit
cda210c3f9
|
@ -44,7 +44,7 @@ options:
|
|||
mode:
|
||||
description:
|
||||
- Mode for the Layer 2 port
|
||||
required: null
|
||||
required: false
|
||||
default: null
|
||||
choices: ['access','trunk']
|
||||
access_vlan:
|
||||
|
@ -66,7 +66,7 @@ options:
|
|||
state:
|
||||
description:
|
||||
- Manage the state of the resource.
|
||||
required: null
|
||||
required: false
|
||||
default: present
|
||||
choices: ['present','absent', 'unconfigured']
|
||||
|
||||
|
|
Loading…
Reference in New Issue