mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-07-17 15:26:41 +00:00
Rename matrix_mautrix_gvoice_* variables to matrix_bridge_mautrix_gvoice_*
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:
@@ -11,15 +11,15 @@
|
||||
- install-all
|
||||
- install-mautrix-gvoice
|
||||
block:
|
||||
- when: matrix_mautrix_gvoice_enabled | bool
|
||||
- when: matrix_bridge_mautrix_gvoice_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/validate_config.yml"
|
||||
|
||||
- when: matrix_mautrix_gvoice_enabled | bool
|
||||
- when: matrix_bridge_mautrix_gvoice_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_install.yml"
|
||||
|
||||
- tags:
|
||||
- setup-all
|
||||
- setup-mautrix-gvoice
|
||||
block:
|
||||
- when: not matrix_mautrix_gvoice_enabled | bool
|
||||
- when: not matrix_bridge_mautrix_gvoice_enabled | bool
|
||||
ansible.builtin.include_tasks: "{{ role_path }}/tasks/setup_uninstall.yml"
|
||||
|
||||
Reference in New Issue
Block a user