Update generic bridge variable references for the new naming scheme

Renames the matrix_mautrix_SERVICENAME_* placeholders in the common
mautrix bridges guide to matrix_bridge_mautrix_SERVICENAME_*, and fixes
prose in the matrix-bridge-steam role that referred to the old variable
prefix and to a misspelled (underscore-styled) systemd service name.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Slavi Pantaleev
2026-07-16 15:05:03 +03:00
parent e3faabf125
commit 24f5d66d4d
3 changed files with 15 additions and 15 deletions
@@ -117,13 +117,13 @@ matrix_bridge_steam_container_labels_additional_labels: ''
# A list of extra arguments to pass to the container
matrix_bridge_steam_container_extra_arguments: []
# List of systemd services that matrix_steam_bridge.service depends on.
# List of systemd services that matrix-steam-bridge.service depends on.
matrix_bridge_steam_systemd_required_services_list: "{{ matrix_bridge_steam_systemd_required_services_list_default + matrix_bridge_steam_systemd_required_services_list_auto + matrix_bridge_steam_systemd_required_services_list_custom }}"
matrix_bridge_steam_systemd_required_services_list_default: "{{ [devture_systemd_docker_base_docker_service_name] if devture_systemd_docker_base_docker_service_name else [] }}"
matrix_bridge_steam_systemd_required_services_list_auto: []
matrix_bridge_steam_systemd_required_services_list_custom: []
# List of systemd services that matrix_steam_bridge.service wants
# List of systemd services that matrix-steam-bridge.service wants
matrix_bridge_steam_systemd_wanted_services_list: []
matrix_bridge_steam_appservice_token: ''
@@ -21,7 +21,7 @@
- {'old': 'matrix_bridge_steam_docker_src_files_path', 'new': 'matrix_bridge_steam_container_src_files_path'}
- {'old': 'matrix_bridge_steam_container_image_force_pull', 'new': '<removed> (the new community.docker.docker_image_pull module handles this natively)'}
- name: Fail if required matrix_steam_bridge settings not defined
- name: Fail if required matrix_bridge_steam settings not defined
ansible.builtin.fail:
msg: >-
You need to define a required configuration setting (`{{ item.name }}`).