Skip to content

Commit

Permalink
Better description for the ce_vlan module (ansible#47816)
Browse files Browse the repository at this point in the history
Description for the name and description was vague. I didn't get the first time reading that it was talking about a character limit.

+label: docsite_pr
(cherry picked from commit 7e9141e)
  • Loading branch information
wilmardo authored and gundalow committed Oct 30, 2018
1 parent 0dc1598 commit 0b21c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ansible/modules/network/cloudengine/ce_vlan.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
- Range of VLANs such as C(2-10) or C(2,5,10-15), etc.
name:
description:
- Name of VLAN, in the range from 1 to 31.
- Name of VLAN, minimum of 1 character, maximum of 31 characters.
description:
description:
- Specify VLAN description, in the range from 1 to 80.
- Specify VLAN description, minimum of 1 character, maximum of 80 characters.
state:
description:
- Manage the state of the resource.
Expand Down

0 comments on commit 0b21c6c

Please sign in to comment.