mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07: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…
Add table
Add a link
Reference in a new issue