Rename run control variables for consistency

This commit is contained in:
Slavi Pantaleev
2019-07-08 08:55:08 +03:00
parent e805044b80
commit 631a14bf0c
4 changed files with 32 additions and 13 deletions

View File

@ -43,13 +43,13 @@ matrix_docker_network: "matrix"
matrix_well_known_matrix_server_enabled: true
# Variables to Control which parts of our roles run.
run_postgres_import: true
run_postgres_upgrade: true
run_postgres_import_sqlite_db: true
run_synapse_register_user: true
run_synapse_update_user_password: true
run_synapse_import_media_store: true
run_setup: true
run_import_postgres: true
run_upgrade_postgres: true
run_self_check: true
run_start: true
run_stop: true
run_register_user: true
run_update_user_password: true
run_import_sqlite_db: true
run_import_media_store: true
run_self_check: true