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

@ -1,6 +1,7 @@
- name: Ensure Goofys Docker image is pulled
docker_image:
name: "{{ matrix_s3_goofys_docker_image }}"
source: "pull"
# This will throw a Permission Denied error if already mounted
- name: Check Matrix Goofys external storage mountpoint path

View File

@ -21,6 +21,7 @@
- name: Ensure Synapse Docker image is pulled
docker_image:
name: "{{ matrix_synapse_docker_image }}"
source: "pull"
- name: Check if a Synapse signing key exists
stat: