mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-10-08 21:49:34 +02:00
uri.follow_redirects is now a string field
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user