You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
475 B
18 lines
475 B
---
|
|
|
|
- include: tasks/self_check/self_check_dns.yml
|
|
|
|
- include: tasks/self_check/self_check_client_api.yml
|
|
|
|
- include: tasks/self_check/self_check_federation_api.yml
|
|
|
|
- include: tasks/self_check/self_check_riot_web.yml
|
|
when: "matrix_riot_web_enabled"
|
|
|
|
- include: tasks/self_check/self_check_mxisd.yml
|
|
when: "matrix_mxisd_enabled"
|
|
|
|
- include: tasks/self_check/self_check_well_known.yml
|
|
|
|
- include: tasks/self_check/self_check_corporal.yml
|
|
when: "matrix_corporal_enabled" |