Add source option to docker_image to fix deprecation warning
This commit is contained in:
@ -7,6 +7,7 @@
|
||||
- name: Ensure Coturn image is pulled
|
||||
docker_image:
|
||||
name: "{{ matrix_coturn_docker_image }}"
|
||||
source: "pull"
|
||||
when: matrix_coturn_enabled|bool
|
||||
|
||||
- name: Ensure Coturn configuration path exists
|
||||
|
Reference in New Issue
Block a user