171c6fcf4d
* Refactor nxos cliconf get_device_info and add requirements for JSON structured output support in nxos_facts module (#42089) * nxos_facts requires JSON structured output support Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * refactor get_device_info for legacy devices Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * update additional logic Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit0e05425b32
) * fix regex cliconf nxos (#42288) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commitdf8ad8ebf9
) * get_device_info nxos zero or more whitespace regex (#43178) Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commitdd6ef3355f
) * warning message improved (#42969) (cherry picked from commitbea8e0200c
) * Add text output along with structured output in nxos_facts (#42886) * nxos_facts to use default output instead of structured output Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * fix shippable error Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * nxos_facts refactor Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> * Add structured output back Signed-off-by: Trishna Guha <trishnaguha17@gmail.com> (cherry picked from commit1d5f881f5c
) * changelog Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
4 lines
335 B
YAML
4 lines
335 B
YAML
bugfixes:
|
|
- Refactor nxos cliconf get_device_info for non structured output supported devices (https://github.com/ansible/ansible/pull/42089).
|
|
- Fix regex network_os_platform nxos (https://github.com/ansible/ansible/pull/42288).
|
|
- Fix get_device_info nxos zero or more whitespace regex (https://github.com/ansible/ansible/pull/43178).
|