changelog

Signed-off-by: Trishna Guha <trishnaguha17@gmail.com>
This commit is contained in:
Trishna Guha 2018-11-29 11:17:48 +05:30 committed by Toshio Kuratomi
parent 66dd6035e0
commit 6ba1330191
3 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1,4 @@
bugfixes:
- Fix NameError nxos_facts (https://github.com/ansible/ansible/pull/48981).
- Fix N3K power supply facts (https://github.com/ansible/ansible/pull/49150).
- Fix lldp and cdp neighbors information (https://github.com/ansible/ansible/pull/48318)(https://github.com/ansible/ansible/pull/48087)(https://github.com/ansible/ansible/pull/49024).

View file

@ -0,0 +1,2 @@
bugfixes:
- Fix issues with nxos_install_os module for nxapi (https://github.com/ansible/ansible/pull/48811).

View file

@ -0,0 +1,2 @@
bugfixes:
- Fix nxos_interface and nxos_linkagg Idempotence issue (https://github.com/ansible/ansible/pull/46437).