From 48942d6e325c2cff897ca430d36c0a069811f2f6 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Thu, 15 Sep 2016 16:19:36 +0200 Subject: [PATCH] Fixing docstring --- lib/ansible/modules/network/nxos/nxos_mtu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_mtu.py b/lib/ansible/modules/network/nxos/nxos_mtu.py index c4df536c76..379eca9cdb 100644 --- a/lib/ansible/modules/network/nxos/nxos_mtu.py +++ b/lib/ansible/modules/network/nxos/nxos_mtu.py @@ -102,7 +102,7 @@ end_state: returned: always type: dict sample: {"mtu": "1700", sysmtu": "9216"} -commands: +updates: description: command sent to the device returned: always type: list