ansible/test/integration/targets/prepare_nxos_tests/tasks/main.yml
Mike Wiebe 240de965ee Fix nxos_acl module and add IT tests (#25966)
* Fix nxos_acl module and add IT tests

* Add nxos_acl test

* Add additional properties to test
2017-06-29 14:55:08 -04:00

9 lines
269 B
YAML

# NXAPI is enabled differently on NX-OS platforms.
# Try both commands to enable NXAPI and ignore any errors.
- name: enable nxapi on remote device
nxos_config:
lines:
- feature cli
- feature cli sandbox
provider: "{{ cli }}"
ignore_errors: yes