From 1fe8e231b3688487c2eb7d664790e94eef8a7b9e Mon Sep 17 00:00:00 2001 From: jasonlaguidice <19523621+jasonlaguidice@users.noreply.github.com> Date: Wed, 12 Aug 2026 21:21:06 -0700 Subject: [PATCH] Remove old deprecation preventing rustpush bridge deployment --- roles/custom/matrix-bridge-rustpush/tasks/validate_config.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/custom/matrix-bridge-rustpush/tasks/validate_config.yml b/roles/custom/matrix-bridge-rustpush/tasks/validate_config.yml index 6240f17ce..c74bc5884 100644 --- a/roles/custom/matrix-bridge-rustpush/tasks/validate_config.yml +++ b/roles/custom/matrix-bridge-rustpush/tasks/validate_config.yml @@ -24,10 +24,6 @@ - {'old': 'matrix_bridge_rustpush_container_labels_metrics_traefik_tls_certResolver', 'new': ' (the rustpush bridge does not support metrics)'} - {'old': 'matrix_bridge_rustpush_container_labels_metrics_middleware_basic_auth_enabled', 'new': ' (the rustpush bridge does not support metrics)'} - {'old': 'matrix_bridge_rustpush_container_labels_metrics_middleware_basic_auth_users', 'new': ' (the rustpush bridge does not support metrics)'} - - {'old': 'matrix_bridge_rustpush_container_labels_traefik_enabled', 'new': ' (the bridge exposes nothing via Traefik)'} - - {'old': 'matrix_bridge_rustpush_container_labels_traefik_docker_network', 'new': ' (the bridge exposes nothing via Traefik)'} - - {'old': 'matrix_bridge_rustpush_container_labels_traefik_entrypoints', 'new': ' (the bridge exposes nothing via Traefik)'} - - {'old': 'matrix_bridge_rustpush_container_labels_traefik_tls_certResolver', 'new': ' (the bridge exposes nothing via Traefik)'} - name: Fail if required RustPush settings not defined ansible.builtin.fail: