Merge "yum_update_buildah: add retry x3"

This commit is contained in:
Zuul 2019-01-31 17:46:09 +00:00 committed by Gerrit Code Review
commit ad56778e6e
1 changed files with 4 additions and 0 deletions

View File

@ -47,6 +47,10 @@
--net host
{{ from_image }}
/tmp/yum_update.sh "{{ update_repo }}"
retries: 3
delay: 3
register: result
until: result.rc == 0
- name: Remove temporary yum_update.sh script
file: