summaryrefslogtreecommitdiff
path: root/test/integration/targets/nxos_install_os/tasks/main.yaml
blob: 9199166cd5418b694f8485db3eec126037c868b0 (plain)
1
2
3
4
5
6
7
8
9
10
---
# Upgrade using SSH
- include: network_cli.yaml
  when: ansible_connection == 'network_cli'

# Upgrade using NX-API
- include: httpapi.yaml
  when: ansible_connection == 'httpapi'
- include: nxapi.yaml
  when: ansible_connection == 'local'