From 026ddfcc465762413997dea2f8d0d4e70a971ce8 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 18 Apr 2016 16:50:26 +0200 Subject: [PATCH] Fixed RETURN string --- network/nxos/nxos_feature.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/network/nxos/nxos_feature.py b/network/nxos/nxos_feature.py index 576b7cbd6a8..f213b43a6b7 100644 --- a/network/nxos/nxos_feature.py +++ b/network/nxos/nxos_feature.py @@ -69,10 +69,10 @@ state: type: string sample: "disabled" updates: - description: command string sent to the device + description: commands sent to the device returned: always - type: string - sample: "no feature eigrp ;" + type: list + sample: ["no feature eigrp"] changed: description: check to see if a change was made on the device returned: always @@ -267,4 +267,4 @@ from ansible.module_utils.shell import * from ansible.module_utils.netcfg import * from ansible.module_utils.nxos import * if __name__ == '__main__': - main() \ No newline at end of file + main()