Skip to content

Commit

Permalink
Change nexus healthcheck endpoint (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerauerbeck authored and oybed committed Apr 19, 2019
1 parent f00f7a1 commit 08210d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/config-nexus/tasks/wait-for-nexus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

- name: "Ensure the Nexus Server is Up"
uri:
url: "http://{{ nexus_url }}/service/metrics/healthcheck"
url: "http://{{ nexus_url }}/service/metrics/ping"
method: GET
status_code: 200
user: "{{ nexus_user }}"
Expand Down

0 comments on commit 08210d1

Please sign in to comment.