Fix retries keyword missing until instruction (#5989)

This commit is contained in:
Florian Ruynat
2020-04-21 16:20:56 +02:00
committed by GitHub
parent 2bec26dba5
commit ca45d5ffbe
6 changed files with 17 additions and 2 deletions

View File

@ -50,6 +50,8 @@
docker_image:
name: quay.io/kubespray/cephfs-provisioner:06fddbe2
push: yes
register: docker_image
retries: 10
until: docker_image is succeeded
when: check_image_result.rc != 0