DCD-1216: Change the url to fetch Jira buildNumber for OBR compatability

This commit is contained in:
Adam Brokes
2021-02-12 13:44:46 +11:00
parent a4c19fe426
commit 4bacc33c5a
3 changed files with 12 additions and 10 deletions

View File

@@ -2,7 +2,7 @@
- name: Get the installer product version info
uri:
url: "{{ atl_mpac_products }}/key/jira-software/versions/name/{{ atl_product_version }}"
url: "{{ atl_mpac_products }}/key/jira/versions/name/{{ atl_product_version }}"
return_content: yes
register: atl_product_version_info