hope retries will work this way.

This commit is contained in:
Egon Rijpkema 2018-02-20 15:29:14 +01:00
parent 20ce7bcfc3
commit 598cbeec9d
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@
-e "OS_AUTH_URL=http://${KEYSTONE_HOST}:35357/v3"
-e "OS_PASSWORD={{ secrets['OS_PASSWORD'] }}"
{{ docker_image }} bash /etc/bootstrap.sh
register: result
retries: 7
delay: 3
ignore_errors: yes