Relocate some playbook task files to make it easier to navigate
This commit is contained in:
18
roles/matrix-server/tasks/self_check/main.yml
Normal file
18
roles/matrix-server/tasks/self_check/main.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
|
||||
- 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"
|
Reference in New Issue
Block a user