ITPLT-4583 first pass at marketplace v3 API changes

This commit is contained in:
Lee Goolsbee
2025-11-03 13:14:41 -06:00
parent 12bcf511b9
commit 935edbc9d1
7 changed files with 19 additions and 25 deletions

View File

@@ -21,7 +21,7 @@
- name: Confirm marketplace is available
ansible.builtin.uri:
url: "{{ atl_marketplace_base }}/healthcheck"
url: "{{ atl_mpac_base_url }}/healthcheck"
status_code: 200
return_content: no
http_agent: "ansible-httpget_dc-deployments-automation_{{ ansible_play_name }}"