7b840f3fe5
* Add md5sum check in nxos_file_copy module (#43423) * Add md5sum check in nxos_file_copy module Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * address review comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commitfee4c24ad4
) * nxos_vlan refactor to support non structured output (#43805) * nxos_vlan refactor to support non structured output Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * unittest fix Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * minor fixes Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * use check_rc Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * address review comment Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * remove additional return statement * address Nate's review Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit96346938ee
) * nxos_facts test lldp feature and fix nxapi check_rc (#44104) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit43ae240431
) * nxos bugfix 2.6 changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos_interface port-channel idempotence fix for mode (#44248) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit6af6e806ed
) * changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * check_mode in nxos_static_route module (#44252) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit7e39c5bf07
) * changelog nxos_static_route Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos_linkagg mode fix (#44294) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit6090802551
) * changelog nxos_linkagg * nxos_system idempotence fix (#44752) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit8a79d944a3
) * nxos_system changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * use retry_json nxos_banner (#44376) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit9c4ed4dfc1
) * nxos_banner changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix Python 2.6 regex bug terminal plugin nxos, iosxr (#45135) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commitab3cd10dfe
) * terminal plugin changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
3 lines
216 B
YAML
3 lines
216 B
YAML
bugfixes:
|
|
- nxos_vlan refactor to support non structured output (https://github.com/ansible/ansible/pull/43805).
|
|
- nxos_facts test lldp feature and fix nxapi check_rc (https://github.com/ansible/ansible/pull/44104).
|