7c73dd3e78
* Fix nxapi failures * Remove logit debug calls * Remove msg_timestamps * Fix code alignment issue
12 lines
310 B
YAML
12 lines
310 B
YAML
---
|
|
# Upgrade using SSH
|
|
- include: network_cli.yaml
|
|
when: connection_type == 'network_cli'
|
|
- include: network_local.yaml
|
|
when: connection_type == 'cli_local'
|
|
|
|
# Upgrade using NX-API
|
|
- include: httpapi.yaml
|
|
when: connection_type == 'httpapi'
|
|
- include: nxapi.yaml
|
|
when: connection_type == 'nxapi_local'
|