updates prepare_nxos_tests to use nxos_nxapi module (#22150)
replaces nxos_config with nxos_nxapi
This commit is contained in:
parent
ab16e4b40e
commit
392d9e2aa6
1 changed files with 4 additions and 3 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue