uri.follow_redirects is now a string field

This commit is contained in:
Dan Arnfield
2020-01-22 15:33:20 -06:00
parent 8d38ff65db
commit 86eff45e8b
7 changed files with 8 additions and 8 deletions

View File

@ -6,7 +6,7 @@
- name: Check mxisd Identity Service
uri:
url: "{{ mxisd_url_endpoint_public }}"
follow_redirects: false
follow_redirects: none
validate_certs: "{{ matrix_mxisd_self_check_validate_certificates }}"
register: result_mxisd
ignore_errors: true