From 4f09d6065faebb0247490d1e46062b31d6675aa6 Mon Sep 17 00:00:00 2001 From: Jason Edelman Date: Thu, 18 Aug 2016 07:21:32 -0400 Subject: [PATCH] added a period --- lib/ansible/modules/network/nxos/nxos_switchport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_switchport.py b/lib/ansible/modules/network/nxos/nxos_switchport.py index 13bc5f0f419..d2a2eff39a3 100644 --- a/lib/ansible/modules/network/nxos/nxos_switchport.py +++ b/lib/ansible/modules/network/nxos/nxos_switchport.py @@ -73,7 +73,7 @@ options: trunk_allowed_vlans: description: - if C(mode=trunk), these are the only VLANs that will be - configured on the trunk, i.e. "2-10,15" + configured on the trunk, i.e. "2-10,15". required: false version_added: 2.2 default: null