From 18e53bc804d5c8b881077f001d5b2788cf84a9f0 Mon Sep 17 00:00:00 2001 From: Peter Sprygada Date: Mon, 22 Aug 2016 16:42:12 -0400 Subject: [PATCH] fix example in nxos_command module --- network/nxos/nxos_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/nxos/nxos_command.py b/network/nxos/nxos_command.py index 305f1ec4737..5ffcb908239 100644 --- a/network/nxos/nxos_command.py +++ b/network/nxos/nxos_command.py @@ -98,7 +98,7 @@ vars: commands: show version provider "{{ cli }}" -- name: run show version and check to see if output contains Arista +- name: run show version and check to see if output contains Cisco nxos_command: commands: show version wait_for: result[0] contains Cisco