From 56d81464951e0eb39817af4b388ee91f9957fc84 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 --- lib/ansible/modules/network/nxos/nxos_switchport.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_switchport.py b/lib/ansible/modules/network/nxos/nxos_switchport.py index d5943cd4762..13bc5f0f419 100644 --- a/lib/ansible/modules/network/nxos/nxos_switchport.py +++ b/lib/ansible/modules/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: