ITPLT-3995 make user agents easier to group together

This commit is contained in:
Geoff Jacobs
2024-08-22 10:49:39 +10:00
parent 0576b4219e
commit 395bc2cb83

View File

@@ -24,7 +24,7 @@
url: "{{ atl_marketplace_base }}/healthcheck"
status_code: 200
return_content: no
http_agent: "ansible-httpget_{{ ansible_play_name }}"
http_agent: "ansible-httpget_dc-deployments-automation_{{ ansible_play_name }}"
register: marketplace_healthcheck
until: marketplace_healthcheck.status == 200
retries: 5