mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-15 09:23:06 -06:00
ITPLT-3995 make user agents easier to group together
This commit is contained in:
@@ -24,7 +24,7 @@
|
|||||||
url: "{{ atl_marketplace_base }}/healthcheck"
|
url: "{{ atl_marketplace_base }}/healthcheck"
|
||||||
status_code: 200
|
status_code: 200
|
||||||
return_content: no
|
return_content: no
|
||||||
http_agent: "ansible-httpget_{{ ansible_play_name }}"
|
http_agent: "ansible-httpget_dc-deployments-automation_{{ ansible_play_name }}"
|
||||||
register: marketplace_healthcheck
|
register: marketplace_healthcheck
|
||||||
until: marketplace_healthcheck.status == 200
|
until: marketplace_healthcheck.status == 200
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|||||||
Reference in New Issue
Block a user