Add Name and/or Id properties to resource inventory output (#1691)

* add Name and/or Id properties to resource inventory output

* add changelog fragment
This commit is contained in:
Bill Dodd 2021-01-29 00:17:57 -06:00 committed by GitHub
commit 00f5f7dfe7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- redfish_info module, redfish_utils module utils - add ``Name`` and ``Id`` properties to output of Redfish inventory commands (https://github.com/ansible-collections/community.general/issues/1650).