diff --git a/lib/ansible/modules/remote_management/redfish/idrac_redfish_command.py b/lib/ansible/modules/remote_management/redfish/idrac_redfish_command.py index a61970b7d01..52a06c4c50a 100644 --- a/lib/ansible/modules/remote_management/redfish/idrac_redfish_command.py +++ b/lib/ansible/modules/remote_management/redfish/idrac_redfish_command.py @@ -77,7 +77,7 @@ class IdracRedfishUtils(RedfishUtils): jobs = "Jobs" # Search for 'key' entry and extract URI from it - response = self.get_request(self.root_uri + self.systems_uri) + response = self.get_request(self.root_uri + self.systems_uris[0]) if response['ret'] is False: return response result['ret'] = True