Rename variable for consistency (matrix_bot_honoroit_container_self_build -> matrix_bot_honoroit_container_image_self_build)

Discussed in https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/1514
This commit is contained in:
Slavi Pantaleev
2022-01-07 11:53:24 +02:00
parent 809cb4f4c0
commit b0c801a497
3 changed files with 6 additions and 6 deletions

View File

@ -969,7 +969,7 @@ matrix_bot_honoroit_systemd_required_services_list: |
# Postgres is the default, except if not using `matrix_postgres` (internal postgres)
matrix_bot_honoroit_database_engine: "{{ 'postgres' if matrix_postgres_enabled else 'sqlite' }}"
matrix_bot_honoroit_database_password: "{{ '%s' | format(matrix_synapse_macaroon_secret_key) | password_hash('sha512', 'honoroit.bot.db') | to_uuid }}"
matrix_bot_honoroit_container_self_build: "{{ matrix_architecture != 'amd64' }}"
matrix_bot_honoroit_container_image_self_build: "{{ matrix_architecture != 'amd64' }}"
######################################################################
#