mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Add ISSU capability and fix workflow bug for nxos_install_os module (#32540)
* Initial issu support * Enhance ISSU support * Additional refactoring to simplify code flow * Remove debugs and bug fixes * Update doc example output * Update provider line in task example * Remove unneeded else clause and comments * Fix ansible-doc errors * Satisfy ansibot requirements * Update header docs * Update nxos_install_os.py
This commit is contained in:
parent
db749de5b8
commit
fedd1779cc
3 changed files with 488 additions and 125 deletions
|
@ -205,7 +205,6 @@ lib/ansible/modules/network/nxos/nxos_gir_profile_management.py
|
|||
lib/ansible/modules/network/nxos/nxos_igmp.py
|
||||
lib/ansible/modules/network/nxos/nxos_igmp_interface.py
|
||||
lib/ansible/modules/network/nxos/nxos_igmp_snooping.py
|
||||
lib/ansible/modules/network/nxos/nxos_install_os.py
|
||||
lib/ansible/modules/network/nxos/nxos_ntp_auth.py
|
||||
lib/ansible/modules/network/nxos/nxos_ntp_options.py
|
||||
lib/ansible/modules/network/nxos/nxos_nxapi.py
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue