Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support no-reload in nxos_install_os module #725

Open
dsx1123 opened this issue Jul 31, 2023 · 0 comments
Open

support no-reload in nxos_install_os module #725

dsx1123 opened this issue Jul 31, 2023 · 0 comments
Labels
feature This issue/PR relates to a feature request.

Comments

@dsx1123
Copy link

dsx1123 commented Jul 31, 2023

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
@dsx1123 dsx1123 changed the title support no-relead in nxos_install_os module support no-reload in nxos_install_os module Aug 1, 2023
@KB-perByte KB-perByte added the feature This issue/PR relates to a feature request. label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature This issue/PR relates to a feature request.
Projects
None yet
Development

No branches or pull requests

2 participants