mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-26 14:41:23 -07:00
fix docstring
This commit is contained in:
parent
ad9ede5d4c
commit
cda210c3f9
1 changed files with 4 additions and 4 deletions
|
@ -44,7 +44,7 @@ options:
|
||||||
mode:
|
mode:
|
||||||
description:
|
description:
|
||||||
- Mode for the Layer 2 port
|
- Mode for the Layer 2 port
|
||||||
required: null
|
required: false
|
||||||
default: null
|
default: null
|
||||||
choices: ['access','trunk']
|
choices: ['access','trunk']
|
||||||
access_vlan:
|
access_vlan:
|
||||||
|
@ -66,7 +66,7 @@ options:
|
||||||
state:
|
state:
|
||||||
description:
|
description:
|
||||||
- Manage the state of the resource.
|
- Manage the state of the resource.
|
||||||
required: null
|
required: false
|
||||||
default: present
|
default: present
|
||||||
choices: ['present','absent', 'unconfigured']
|
choices: ['present','absent', 'unconfigured']
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue