minor fix

This commit is contained in:
Horvath Gergely 2020-02-19 22:26:43 +01:00
parent 7c4a86bc6b
commit 697f86d06f

View File

@ -18,7 +18,7 @@
dest: "{{ matrix_docker_coturn_src_files_path }}"
version: "{{ matrix_coturn_docker_image.split(':')[1] }}"
force: "yes"
when: "matrix_raspberry_pi"
when: "matrix_coturn_enabled|bool and matrix_raspberry_pi"
- name: Ensure Coturn Docker image is build (Raspberry pi)
docker_image:
@ -28,7 +28,7 @@
dockerfile: Dockerfile
path: "{{ matrix_docker_coturn_src_files_path }}"
pull: yes
when: "matrix_raspberry_pi"
when: "matrix_coturn_enabled|bool and matrix_raspberry_pi"
- name: Ensure Coturn configuration path exists
file: