Merge "Add until to retry pulling the container images" into stable/wallaby

This commit is contained in:
Zuul 2023-03-06 21:57:48 +00:00 committed by Gerrit Code Review
commit 9d8d3c8953
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ outputs:
name: "{{ prefetch_image }}"
validate_certs: false
force: true
register: result
until: result is succeeded
retries: 5
delay: 5
loop_control: