Run all API self checks in check_mode

This commit is contained in:
shadow
2020-07-04 13:33:33 +02:00
parent 56640aeebb
commit 6293f1bdb0
6 changed files with 7 additions and 0 deletions

View File

@ -7,6 +7,7 @@
validate_certs: "{{ matrix_synapse_self_check_validate_certificates }}"
register: result_matrix_synapse_client_api
ignore_errors: true
check_mode: no
when: matrix_synapse_enabled|bool
- name: Fail if Matrix Client API not working

View File

@ -7,6 +7,7 @@
validate_certs: "{{ matrix_synapse_self_check_validate_certificates }}"
register: result_matrix_synapse_federation_api
ignore_errors: true
check_mode: no
when: matrix_synapse_enabled|bool
- name: Fail if Matrix Federation API not working