mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
updates prepare_nxos_tests to use nxos_nxapi module (#22150)
replaces nxos_config with nxos_nxapi
This commit is contained in:
committed by
John R Barker
parent
ab16e4b40e
commit
392d9e2aa6
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user