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:
parent
228fee4f3a
commit
197059b4a2
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def main():
|
||||||
|
|
||||||
# Build root URI
|
# Build root URI
|
||||||
root_uri = "https://" + module.params['baseuri']
|
root_uri = "https://" + module.params['baseuri']
|
||||||
rf_uri = "/redfish/v1"
|
rf_uri = "/redfish/v1/"
|
||||||
rf_utils = RedfishUtils(creds, root_uri)
|
rf_utils = RedfishUtils(creds, root_uri)
|
||||||
|
|
||||||
# Build Category list
|
# Build Category list
|
||||||
|
|
Loading…
Reference in a new issue