mirror of
				https://github.com/spantaleev/matrix-docker-ansible-deploy.git
				synced 2025-10-31 07:17:57 +01:00 
			
		
		
		
	Add source option to docker_image to fix deprecation warning
This commit is contained in:
		| @@ -16,6 +16,7 @@ | ||||
| - name: Ensure riot-web Docker image is pulled | ||||
|   docker_image: | ||||
|     name: "{{ matrix_riot_web_docker_image }}" | ||||
|     source: "pull" | ||||
|   when: matrix_riot_web_enabled|bool | ||||
|  | ||||
| - name: Ensure Matrix riot-web config files installed | ||||
|   | ||||
		Reference in New Issue
	
	Block a user