Browse Source

perf: Check if CORE_HOST should ignore SSL

pull/13836/head
Eric 4 months ago committed by Bryan
parent
commit
9825f9fbd2
  1. 1
      apps/terminal/automations/deploy_applet_host/playbook.yml

1
apps/terminal/automations/deploy_applet_host/playbook.yml

@ -28,6 +28,7 @@
method: GET
follow_redirects: none
status_code: [200, 301, 302, 303, 307, 308]
validate_certs: "{{ not IGNORE_VERIFY_CERTS }}"
register: core_host_redirects
- name: Check failed

Loading…
Cancel
Save