Skip to content

Commit

Permalink
Quads changed the URL for the inventory
Browse files Browse the repository at this point in the history
Updating to point to the right URL

Signed-off-by: Joe Talerico aka rook <[email protected]>
  • Loading branch information
jtaleric committed Aug 22, 2024
1 parent 68f66f1 commit 4c3ad2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/create-inventory/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

- name: Set ocp inventory download url from lab wiki
set_fact:
ocp_inventory_url: "https://{{ labs[lab]['quads'] }}/instack/{{ lab_cloud }}_ocpinventory.json"
ocp_inventory_url: "https://{{ labs[lab]['quads'] }}/cloud/{{ lab_cloud }}_ocpinventory.json"
when: ocp_inventory_override | string | length < 1

- name: Set ocp inventory download url to override
Expand Down

0 comments on commit 4c3ad2b

Please sign in to comment.