Add source option to docker_image to fix deprecation warning
This commit is contained in:
@ -25,6 +25,7 @@
|
||||
- name: Ensure Dimension image is pulled
|
||||
docker_image:
|
||||
name: "{{ matrix_dimension_docker_image }}"
|
||||
source: "pull"
|
||||
when: matrix_dimension_enabled|bool
|
||||
|
||||
- name: Ensure matrix-dimension.service installed
|
||||
|
Reference in New Issue
Block a user