fix example in nxos_command module

This commit is contained in:
Peter Sprygada 2016-08-22 16:42:12 -04:00 committed by Matt Clay
commit 12fc073f91

View file

@ -98,7 +98,7 @@ vars:
commands: show version commands: show version
provider "{{ cli }}" 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: nxos_command:
commands: show version commands: show version
wait_for: result[0] contains Cisco wait_for: result[0] contains Cisco