ansible/test/integration/targets/prepare_nxos_tests/tasks/main.yml
Peter Sprygada 392d9e2aa6 updates prepare_nxos_tests to use nxos_nxapi module (#22150)
replaces nxos_config with nxos_nxapi
2017-03-01 19:36:03 +00:00

6 lines
128 B
YAML

- name: enable nxapi on remote device
nxos_nxapi:
http: yes
sandbox: yes
state: present
provider: "{{ cli }}"