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 Matrix Corporal HTTP gateway
uri:
url: "{{ corporal_client_api_url_endpoint_public }}"
follow_redirects: false
follow_redirects: none
return_content: true
register: result_corporal_client_api
ignore_errors: true