2018-05-29 11:37:57 -04:00
|
|
|
---
|
2019-06-06 00:05:08 -04:00
|
|
|
# Upgrade using SSH
|
|
|
|
- include: network_cli.yaml
|
2019-07-10 09:41:54 -04:00
|
|
|
when: ansible_connection == 'network_cli'
|
2019-06-06 00:05:08 -04:00
|
|
|
|
|
|
|
# Upgrade using NX-API
|
|
|
|
- include: httpapi.yaml
|
2020-01-08 03:13:23 -05:00
|
|
|
when: ansible_connection == 'httpapi'
|