diff --git a/lib/ansible/modules/remote_management/redfish/redfish_facts.py b/lib/ansible/modules/remote_management/redfish/redfish_facts.py index ac89ac9e673..20b49737829 100644 --- a/lib/ansible/modules/remote_management/redfish/redfish_facts.py +++ b/lib/ansible/modules/remote_management/redfish/redfish_facts.py @@ -159,7 +159,7 @@ def main(): # Build root URI root_uri = "https://" + module.params['baseuri'] - rf_uri = "/redfish/v1" + rf_uri = "/redfish/v1/" rf_utils = RedfishUtils(creds, root_uri) # Build Category list