Skip to content

Commit

Permalink
fix traefik endpoint check
Browse files Browse the repository at this point in the history
  • Loading branch information
ahembree committed May 30, 2024
1 parent 4a7f349 commit 9fed3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hms-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

- name: Verify all Traefik endpoints are accessible
ansible.builtin.uri:
url: http://{{ item.key }}.{{ hms_docker_domain }}
url: http://{{ item.value.proxy_host_rule }}.{{ hms_docker_domain }}
status_code: 200,302,401,403
validate_certs: no
with_dict:
Expand Down

0 comments on commit 9fed3cd

Please sign in to comment.