Define retries on ceph keyring fetch task

See the bug for more information however the task was failing due
to the lack of retries being defined. I am only experiencing this
on the master branch currently so it seems to be isolated to newer
ansible versions.

Change-Id: Iaff07adec857cf4f1084109ed0ecfc6d716c4e40
Closes-Bug: #1608775
This commit is contained in:
Logan V 2016-08-01 23:07:48 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 5cc9d0b004
commit b2629de0a2

View File

@ -36,6 +36,7 @@
delegate_to: '{{ ceph_mon_host }}'
register: ceph_client_keyrings
until: ceph_client_keyrings|success
retries: 3
tags:
- ceph-auth-client-keyrings