updates prepare_nxos_tests to use nxos_nxapi module (#22150)

replaces nxos_config with nxos_nxapi
This commit is contained in:
Peter Sprygada 2017-03-01 13:36:03 -06:00 committed by John R Barker
parent ab16e4b40e
commit 392d9e2aa6

View file

@ -1,5 +1,6 @@
- name: enable nxapi on remote device
nxos_config:
lines:
- feature nxapi
nxos_nxapi:
http: yes
sandbox: yes
state: present
provider: "{{ cli }}"