mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
fix: all praise the allmighty yamllinter
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
validate_certs: "{{ well_known_file_check.validate_certs }}"
|
||||
headers:
|
||||
Origin: example.com
|
||||
check_mode: no
|
||||
check_mode: false
|
||||
register: result_well_known_matrix
|
||||
ignore_errors: true
|
||||
|
||||
@ -44,7 +44,7 @@
|
||||
validate_certs: "{{ well_known_file_check.validate_certs }}"
|
||||
headers:
|
||||
Origin: example.com
|
||||
check_mode: no
|
||||
check_mode: false
|
||||
register: result_well_known_identity
|
||||
ignore_errors: true
|
||||
|
||||
|
Reference in New Issue
Block a user