Add source option to docker_image to fix deprecation warning

This commit is contained in:
Dan Arnfield
2019-05-21 10:29:12 -05:00
parent 3982f114af
commit db15791819
16 changed files with 16 additions and 1 deletions

View File

@ -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,