perf: Check if CORE_HOST should ignore SSL

pull/13835/head
Eric 2024-07-30 11:09:57 +08:00 committed by Bryan
parent 077731a4b4
commit 04761a9373
1 changed files with 1 additions and 0 deletions

View File

@ -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