Fix IndexError in SetManagerNic (#2040)

* fix IndexError in SetManagerNic

* add changelog fragment
This commit is contained in:
Bill Dodd 2021-03-19 13:06:57 -05:00 committed by GitHub
commit 0b2ebabd29
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).