mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 12:33:59 -07:00
Stop toggling nxapi (#28532)
* Stop toggling nxapi all the time * Update failed_modules * Restore nxapi state at each toggle
This commit is contained in:
parent
95abc1d82e
commit
d07d9390d7
45 changed files with 31 additions and 579 deletions
|
@ -14,8 +14,6 @@
|
|||
loop_control:
|
||||
loop_var: test_case_to_run
|
||||
|
||||
- name: disable nxapi
|
||||
nxos_config:
|
||||
lines:
|
||||
- no feature nxapi
|
||||
provider: "{{ cli }}"
|
||||
- name: Reset nxapi to default state
|
||||
nxos_nxapi:
|
||||
provider: "{{ cli }}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue