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

@@ -9,7 +9,7 @@
- name: Check .well-known on the matrix hostname
uri:
url: "{{ well_known_url_matrix }}"
follow_redirects: false
follow_redirects: none
return_content: true
validate_certs: "{{ well_known_file_check.validate_certs }}"
register: result_well_known_matrix