5
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2026-07-18 23:59:34 +00:00

Rename matrix_mautrix_bluesky_* variables to matrix_bridge_mautrix_bluesky_*

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:49:42 +03:00
parent 7ccc9c515e
commit 6768ada899
10 changed files with 284 additions and 284 deletions
@@ -7,9 +7,9 @@
- name: Check existence of matrix-mautrix-bluesky service
ansible.builtin.stat:
path: "{{ devture_systemd_docker_base_systemd_path }}/matrix-mautrix-bluesky.service"
register: matrix_mautrix_bluesky_service_stat
register: matrix_bridge_mautrix_bluesky_service_stat
- when: matrix_mautrix_bluesky_service_stat.stat.exists | bool
- when: matrix_bridge_mautrix_bluesky_service_stat.stat.exists | bool
block:
- name: Ensure matrix-mautrix-bluesky is stopped
ansible.builtin.service: