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:
@@ -7,9 +7,9 @@
|
||||
- name: Check existence of matrix-steam-bridge service
|
||||
ansible.builtin.stat:
|
||||
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-steam-bridge.service"
|
||||
register: matrix_steam_bridge_service_stat
|
||||
register: matrix_bridge_steam_service_stat
|
||||
|
||||
- when: matrix_steam_bridge_service_stat.stat.exists | bool
|
||||
- when: matrix_bridge_steam_service_stat.stat.exists | bool
|
||||
block:
|
||||
- name: Ensure matrix-steam-bridge is stopped
|
||||
ansible.builtin.service:
|
||||
|
||||
Reference in New Issue
Block a user