# SPDX-FileCopyrightText: 2026 MDAD project contributors # SPDX-FileCopyrightText: 2026 Jason LaGuidice # # SPDX-License-Identifier: AGPL-3.0-or-later --- - tags: - setup-all - setup-rustpush-bridge - install-all - install-rustpush-bridge block: - when: matrix_rustpush_bridge_enabled | bool ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml" - when: matrix_rustpush_bridge_enabled | bool ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml" - tags: - setup-all - setup-rustpush-bridge block: - when: not matrix_rustpush_bridge_enabled | bool ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"