mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-16 09:53:06 -06:00
ITPLT-3984 switch URL variablex
This commit is contained in:
@@ -21,10 +21,14 @@
|
||||
|
||||
- name: Confirm marketplace is available
|
||||
ansible.builtin.uri:
|
||||
url: "{{ atl_product_marketplace_url }}/healthcheck"
|
||||
url: "{{ atl_marketplace_base }}/healthcheck"
|
||||
status_code: 200
|
||||
return_content: no
|
||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
||||
# register: marketplace_healthcheck
|
||||
# until: marketplace_healthcheck.status == 200
|
||||
# retries: 5
|
||||
# delay: 10
|
||||
|
||||
- name: Determine if requested version is 'latest'
|
||||
ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user