I'm very new to this project and ansible in general. I just fired up the default configuration for the first time. I do run my own name server, so I chose to use SRV records for server delegation.
I set matrix_well_known_matrix_server_enabled: false in my vars.yml.
When I run the self-check. I get an error about
TASK [matrix-nginx-proxy: Check .well-known on the identity hostname]
Shouldn't this have a when: matrix_well_known_matrix_server_enabled condition?
I'm very new to this project and ansible in general. I just fired up the default configuration for the first time. I do run my own name server, so I chose to use SRV records for server delegation.
I set matrix_well_known_matrix_server_enabled: false in my vars.yml.
When I run the self-check. I get an error about
TASK [matrix-nginx-proxy: Check .well-known on the identity hostname]
Shouldn't this have a when: matrix_well_known_matrix_server_enabled condition?
Let me know if you want a PR.