Wire matrix_container_images_self_build to self_build variables via group_vars/matrix_servers

This keeps the roles cleaner and more independent of matrix-base,
which may be important for people building their own playbook
out of the individual roles and not using the matrix-base role.
This commit is contained in:
Slavi Pantaleev
2020-03-15 10:10:41 +02:00
parent 447dd94ff9
commit 8fe97abe7d
7 changed files with 24 additions and 6 deletions

View File

@ -2,7 +2,8 @@
# See: https://github.com/matrix-org/synapse
matrix_synapse_enabled: true
matrix_synapse_self_build: "{{ matrix_container_images_self_build }}"
matrix_synapse_self_build: false
matrix_synapse_docker_image: "matrixdotorg/synapse:v1.11.1"
matrix_synapse_docker_image_force_pull: "{{ matrix_synapse_docker_image.endswith(':latest') }}"