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
parent b6774971a6
commit 00f5f7dfe7
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).