| @@ -993,8 +993,10 @@ matrix_bot_matrix_reminder_bot_container_image_self_build: "{{ matrix_architectu | |||||
| # matrix-bot-matrix-registration-bot | # matrix-bot-matrix-registration-bot | ||||
| # | # | ||||
| ###################################################################### | ###################################################################### | ||||
| # We don't enable bots by default. | # We don't enable bots by default. | ||||
| matrix_bot_matrix_registration_bot_enabled: false | matrix_bot_matrix_registration_bot_enabled: false | ||||
| matrix_bot_matrix_registration_bot_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}" | matrix_bot_matrix_registration_bot_container_image_self_build: "{{ matrix_architecture not in ['amd64'] }}" | ||||
| matrix_bot_matrix_registration_bot_systemd_required_services_list: | | matrix_bot_matrix_registration_bot_systemd_required_services_list: | | ||||
| @@ -1006,6 +1008,14 @@ matrix_bot_matrix_registration_bot_systemd_required_services_list: | | |||||
| (['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else []) | (['matrix-nginx-proxy.service'] if matrix_nginx_proxy_enabled else []) | ||||
| }} | }} | ||||
| ###################################################################### | |||||
| # | |||||
| # /matrix-bot-matrix-registration-bot | |||||
| # | |||||
| ###################################################################### | |||||
| ###################################################################### | ###################################################################### | ||||
| # | # | ||||
| # matrix-bot-honoroit | # matrix-bot-honoroit | ||||