Merge pull request #4500 from privateip/nxos_command

fix example in nxos_command module
reviewable/pr18780/r1
Peter Sprygada 8 years ago committed by GitHub
commit ddc8537a17

@ -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…
Cancel
Save