Add source option to docker_image to fix deprecation warning
This commit is contained in:
@ -19,6 +19,7 @@
|
||||
- name: Ensure mxisd image is pulled
|
||||
docker_image:
|
||||
name: "{{ matrix_mxisd_docker_image }}"
|
||||
source: "pull"
|
||||
when: matrix_mxisd_enabled|bool
|
||||
|
||||
- name: Ensure mxisd config installed
|
||||
|
Reference in New Issue
Block a user