mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Remove systems_uri as parameter from get_psu_inventory method (#54262)
This commit is contained in:
committed by
John R Barker
parent
5bb5c9d295
commit
0ed6b4f774
@@ -940,7 +940,7 @@ class RedfishUtils(object):
|
||||
inventory['entries']))
|
||||
return dict(ret=ret, entries=entries)
|
||||
|
||||
def get_psu_inventory(self, systems_uri):
|
||||
def get_psu_inventory(self):
|
||||
result = {}
|
||||
psu_list = []
|
||||
psu_results = []
|
||||
|
||||
Reference in New Issue
Block a user