diff --git a/ansible/roles/forrest/files/prometheus/blackbox.yml b/ansible/roles/forrest/files/prometheus/blackbox.yml index 5abd1d3..3822040 100644 --- a/ansible/roles/forrest/files/prometheus/blackbox.yml +++ b/ansible/roles/forrest/files/prometheus/blackbox.yml @@ -11,7 +11,7 @@ modules: http: method: GET valid_status_codes: [301, 302, 307, 308] - no_follow_redirects: true + follow_redirects: false fail_if_ssl: true fail_if_header_not_matches: - header: Location