1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Update the root URI to match the DMTF specification (#45295)

This commit is contained in:
Jose Delarosa 2018-09-11 18:15:59 -05:00 committed by ansibot
parent 228fee4f3a
commit 197059b4a2

View file

@ -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