ansible-collections/cisco.nxos

support no-reload in nxos_install_os module

dsx1123 opened this issue · 0 comments

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