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 045cfe56e1
commit 51fda52d65
1 changed files with 1 additions and 0 deletions

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