5
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-07-17 15:26:41 +00:00

Rename matrix_steam_bridge_* variables to matrix_bridge_steam_*

Part of adopting a uniform naming policy for bridge variables,
where the variable prefix matches the role directory name.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Slavi Pantaleev
2026-07-16 15:01:21 +03:00
parent a77b8f6eab
commit 129f5fda20
10 changed files with 309 additions and 309 deletions
@@ -10,15 +10,15 @@
- install-all
- install-matrix-steam-bridge
block:
- when: matrix_steam_bridge_enabled | bool
- when: matrix_bridge_steam_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
- when: matrix_steam_bridge_enabled | bool
- when: matrix_bridge_steam_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
- tags:
- setup-all
- setup-matrix-steam-bridge
block:
- when: not matrix_steam_bridge_enabled | bool
- when: not matrix_bridge_steam_enabled | bool
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"