Add source option to docker_image to fix deprecation warning
This commit is contained in:
@ -20,6 +20,7 @@
|
||||
- name: Ensure Matrix Corporal Docker image is pulled
|
||||
docker_image:
|
||||
name: "{{ matrix_corporal_docker_image }}"
|
||||
source: "pull"
|
||||
when: matrix_corporal_enabled|bool
|
||||
|
||||
- name: Ensure Matrix Corporal config installed
|
||||
|
Reference in New Issue
Block a user