Retry clonning the tobiko repository

Clonning tobiko fails sometimes
This patch adds some retries to that task

Change-Id: I1ce4c8f7faf4ea98633f03223432b0a6ec046e5a
This commit is contained in:
Eduardo Olivares
2022-08-18 08:53:09 +02:00
parent 97fb1ce5d0
commit 896266a510

View File

@@ -25,6 +25,9 @@
remote: '{{ deploy_git_remote or omit }}'
force: yes
register: checkout_files
until: checkout_files is not failed
retries: 5
delay: 5
- when: