mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
Rename run control variables for consistency
This commit is contained in:
@ -15,12 +15,12 @@
|
||||
- setup-synapse
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/import_media_store.yml"
|
||||
when: run_import_media_store|bool
|
||||
when: run_synapse_import_media_store|bool
|
||||
tags:
|
||||
- import-media-store
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/register_user.yml"
|
||||
when: run_register_user|bool
|
||||
when: run_synapse_register_user|bool
|
||||
tags:
|
||||
- register-user
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
- self-check
|
||||
|
||||
- import_tasks: "{{ role_path }}/tasks/update_user_password.yml"
|
||||
when: run_update_user_password|bool
|
||||
when: run_synapse_update_user_password|bool
|
||||
tags:
|
||||
- update-user-password
|
||||
|
||||
|
Reference in New Issue
Block a user