Added retries to the docker pulls (#1701)
This commit is contained in:
		| @@ -6,6 +6,10 @@ | ||||
|     source: "{{ 'pull' if ansible_version.major > 2 or ansible_version.minor > 7 else omit }}" | ||||
|     force_source: "{{ matrix_sygnal_docker_image_force_pull if ansible_version.major > 2 or ansible_version.minor >= 8 else omit }}" | ||||
|     force: "{{ omit if ansible_version.major > 2 or ansible_version.minor >= 8 else matrix_sygnal_docker_image_force_pull }}" | ||||
|   register: result | ||||
|   retries: "{{ matrix_container_retries_count }}" | ||||
|   delay: "{{ matrix_container_retries_delay }}" | ||||
|   until: result is not failed | ||||
|  | ||||
| - name: Ensure Sygnal paths exists | ||||
|   file: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user