mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-04 05:04:22 -07:00
fix enabling nxapi for nxos integration testsuite (#27587)
Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
parent
914b05c622
commit
1b7ac73c85
1 changed files with 3 additions and 3 deletions
|
@ -2,9 +2,9 @@
|
||||||
# NXAPI is enabled differently on NX-OS platforms.
|
# NXAPI is enabled differently on NX-OS platforms.
|
||||||
# Try both commands to enable NXAPI and ignore any errors.
|
# Try both commands to enable NXAPI and ignore any errors.
|
||||||
- name: enable nxapi on remote device
|
- name: enable nxapi on remote device
|
||||||
nxos_config:
|
nxos_feature:
|
||||||
lines:
|
feature: nxapi
|
||||||
- feature nxapi
|
state: enabled
|
||||||
provider: "{{ cli }}"
|
provider: "{{ cli }}"
|
||||||
ignore_errors: yes
|
ignore_errors: yes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue