From 12fc073f9137512f47f711fef8da909100d458b4 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 --- lib/ansible/modules/network/nxos/nxos_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/nxos/nxos_command.py b/lib/ansible/modules/network/nxos/nxos_command.py index 305f1ec473..5ffcb90823 100644 --- a/lib/ansible/modules/network/nxos/nxos_command.py +++ b/lib/ansible/modules/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