From d49d61784f8963f54c5ec54f8dcc6554a6a475e8 Mon Sep 17 00:00:00 2001 From: Jason Edelman Date: Thu, 18 Aug 2016 07:00:19 -0400 Subject: [PATCH] make aliases a list in the docstring --- network/nxos/nxos_switchport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/network/nxos/nxos_switchport.py b/network/nxos/nxos_switchport.py index f9561021b5e..dba6ac19a73 100644 --- a/network/nxos/nxos_switchport.py +++ b/network/nxos/nxos_switchport.py @@ -60,7 +60,8 @@ options: description: - If C(mode=trunk), used as the VLAN range to ADD or REMOVE from the trunk. - aliases: trunk_add_vlans + aliases: + - trunk_add_vlans required: false default: null state: