Add source option to docker_image to fix deprecation warning
This commit is contained in:
@ -27,6 +27,7 @@
|
||||
- name: Ensure postgres Docker image is pulled
|
||||
docker_image:
|
||||
name: "{{ matrix_postgres_docker_image_to_use }}"
|
||||
source: "pull"
|
||||
when: matrix_postgres_enabled|bool
|
||||
|
||||
# We always create these directories, even if an external Postgres is used,
|
||||
|
Reference in New Issue
Block a user