Added retries to the docker pulls (#1701)

This commit is contained in:
Aine
2022-03-17 15:37:11 +00:00
committed by GitHub
parent 2af4a92fa9
commit 2da3768b20
58 changed files with 231 additions and 0 deletions

View File

@ -29,6 +29,10 @@
force_source: "{{ matrix_beeper_linkedin_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_beeper_linkedin_docker_image_force_pull }}"
when: "not matrix_beeper_linkedin_container_image_self_build|bool"
register: result
retries: "{{ matrix_container_retries_count }}"
delay: "{{ matrix_container_retries_delay }}"
until: result is not failed
- block:
- name: Ensure Beeper LinkedIn repository is present on self-build