cisco.nxos
cisco.nxos copied to clipboard
support no-reload in nxos_install_os module
SUMMARY
There is some use case for not reloading the switch after installing the new image, for example, user would like to install the epld first then reload the switch once.
ISSUE TYPE
- Feature Idea
COMPONENT NAME
cisco.nxos.nxos_install_os
ADDITIONAL INFORMATION
example of playbook, the reload
should be true
by default
- name: Install OS on N9k
check_mode: false
cisco.nxos.nxos_install_os:
system_image_file: nxos64-cs.10.3.3.F.bin
issu: false
reload: false