From 01b8f7db5ee14170f8cc1f79702c05b9fde2b4ff Mon Sep 17 00:00:00 2001 From: jedelman8 Date: Mon, 18 Apr 2016 13:18:30 -0700 Subject: [PATCH] update return doc string --- lib/ansible/modules/network/nxos/nxos_vlan.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/network/nxos/nxos_vlan.py b/lib/ansible/modules/network/nxos/nxos_vlan.py index 94f229c7c57..039c19c17bc 100644 --- a/lib/ansible/modules/network/nxos/nxos_vlan.py +++ b/lib/ansible/modules/network/nxos/nxos_vlan.py @@ -118,11 +118,11 @@ state: returned: always type: string sample: "present" -commands: +updates: description: command string sent to the device returned: always - type: string - sample: "vlan 20 ; vlan 55 ;" + type: list + sample: ["vlan 20", "vlan 55"] changed: description: check to see if a change was made on the device returned: always