mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2025-06-25 18:57:50 +02:00
introduce variable
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
matrix_riot_web_enabled: true
|
||||
matrix_riot_web_self_build: false
|
||||
matrix_riot_web_self_build: "{{ matrix_container_images_self_build }}"
|
||||
|
||||
matrix_riot_web_docker_image: "vectorim/riot-web:v1.5.12"
|
||||
matrix_riot_web_docker_image_force_pull: "{{ matrix_riot_web_docker_image.endswith(':latest') }}"
|
||||
|
Reference in New Issue
Block a user