From 6701f038ba8b4a0cfe57cdc93a146ca523929103 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 19 Sep 2016 14:35:51 +0200 Subject: [PATCH] Fixed docstring --- lib/ansible/modules/network/nxos/nxos_portchannel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_portchannel.py b/lib/ansible/modules/network/nxos/nxos_portchannel.py index b6654c3db64..68af16c8f1d 100644 --- a/lib/ansible/modules/network/nxos/nxos_portchannel.py +++ b/lib/ansible/modules/network/nxos/nxos_portchannel.py @@ -113,7 +113,7 @@ updates: sample: ["interface Ethernet2/6", "no channel-group 12", "interface Ethernet2/5", "no channel-group 12", "interface Ethernet2/6", "channel-group 12 mode on", - "interface Ethernet2/5", "channel-group 12 mode on" + "interface Ethernet2/5", "channel-group 12 mode on"] changed: description: check to see if a change was made on the device returned: always