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

Rename matrix_mautrix_telegram_* variables to matrix_bridge_mautrix_telegram_*

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 14:55:25 +03:00
parent ace4edb01b
commit e751673b0d
12 changed files with 388 additions and 388 deletions
@@ -9,9 +9,9 @@
- name: Check existence of matrix-mautrix-telegram service
ansible.builtin.stat:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-mautrix-telegram.service"
register: matrix_mautrix_telegram_service_stat
register: matrix_bridge_mautrix_telegram_service_stat
- when: matrix_mautrix_telegram_service_stat.stat.exists | bool
- when: matrix_bridge_mautrix_telegram_service_stat.stat.exists | bool
block:
- name: Ensure matrix-mautrix-telegram is stopped
ansible.builtin.service: