introduce variable

This commit is contained in:
Horvath Gergely
2020-03-14 19:16:29 +01:00
parent a164fe485e
commit 2d537484d5
6 changed files with 9 additions and 5 deletions

View File

@ -1,5 +1,5 @@
matrix_coturn_enabled: true
matrix_coturn_self_build: false
matrix_coturn_self_build: "{{ matrix_container_images_self_build }}"
matrix_coturn_docker_image: "instrumentisto/coturn:4.5.1.1"
matrix_coturn_docker_image_force_pull: "{{ matrix_coturn_docker_image.endswith(':latest') }}"