mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-17 07:16:42 +00:00
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:
@@ -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: ''
|
||||
|
||||
Reference in New Issue
Block a user