From 9825f9fbd2d27eeb99dbf3b1a42f04cd46f28535 Mon Sep 17 00:00:00 2001 From: Eric Date: Tue, 30 Jul 2024 11:09:57 +0800 Subject: [PATCH] perf: Check if CORE_HOST should ignore SSL --- apps/terminal/automations/deploy_applet_host/playbook.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/terminal/automations/deploy_applet_host/playbook.yml b/apps/terminal/automations/deploy_applet_host/playbook.yml index c88b7f3be..83c221a42 100644 --- a/apps/terminal/automations/deploy_applet_host/playbook.yml +++ b/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