Add source option to docker_image to fix deprecation warning
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user