Fix IndexError in SetManagerNic (#2040) (#2049)

* fix IndexError in SetManagerNic

* add changelog fragment

(cherry picked from commit 0b2ebabd29)

Co-authored-by: Bill Dodd <billdodd@gmail.com>
This commit is contained in:
patchback[bot]
2021-03-19 19:58:27 +01:00
committed by GitHub
parent af410f5572
commit d721283846
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- redfish_config module, redfish_utils module utils - fix IndexError in ``SetManagerNic`` command (https://github.com/ansible-collections/community.general/issues/1692).