You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/nxos_install_os/tasks/main.yaml

11 lines
244 B
YAML

---
# 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'