diff --git a/tasks/python_venv_wheel_build.yml b/tasks/python_venv_wheel_build.yml index 789d3eb..48c10a2 100644 --- a/tasks/python_venv_wheel_build.yml +++ b/tasks/python_venv_wheel_build.yml @@ -83,3 +83,7 @@ --log /var/log/python_wheel_build.log {{ venv_pip_install_args }} {{ venv_pip_packages | join(' ') }} + register: _build_python_wheels + until: _build_python_wheels is success + retries: 5 + delay: 2