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

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