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 riot-web
uri:
url: "{{ riot_web_url_endpoint_public }}"
follow_redirects: false
follow_redirects: none
validate_certs: "{{ matrix_riot_web_self_check_validate_certificates }}"
register: result_riot_web
ignore_errors: true