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

Rename matrix_mx_puppet_groupme_* variables to matrix_bridge_mx_puppet_groupme_*

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:58:10 +03:00
parent 97077e2f13
commit 7380cbdc3c
9 changed files with 183 additions and 183 deletions
@@ -9,9 +9,9 @@
- name: Check existence of matrix-mx-puppet-groupme service
ansible.builtin.stat:
path: "/etc/systemd/system/matrix-mx-puppet-groupme.service"
register: matrix_mx_puppet_groupme_service_stat
register: matrix_bridge_mx_puppet_groupme_service_stat
- when: matrix_mx_puppet_groupme_service_stat.stat.exists | bool
- when: matrix_bridge_mx_puppet_groupme_service_stat.stat.exists | bool
block:
- name: Ensure matrix-mx-puppet-groupme is stopped
ansible.builtin.service: