fix example in nxos_command module
This commit is contained in:
parent
c4d5b13c8f
commit
12fc073f91
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue