1
0
mirror of https://github.com/ansible-collections/community.general.git synced 2025-07-14 16:01:01 +03:00

Fix property name typo in get_memory_inventory() (#1484)

Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
Bill Dodd
2020-12-13 22:15:45 -06:00
committed by GitHub
parent 1f8173b797
commit 51dfc1f288
2 changed files with 3 additions and 1 deletions

View File

@ -1886,7 +1886,7 @@ class RedfishUtils(object):
memory_results = []
key = "Memory"
# Get these entries, but does not fail if not found
properties = ['SerialNumber', 'MemoryDeviceType', 'PartNuber',
properties = ['SerialNumber', 'MemoryDeviceType', 'PartNumber',
'MemoryLocation', 'RankCount', 'CapacityMiB', 'OperatingMemoryModes', 'Status', 'Manufacturer', 'Name']
# Search for 'key' entry and extract URI from it