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