Merge "Define retries on ceph keyring fetch task"

This commit is contained in:
Jenkins 2016-08-05 16:12:28 +00:00 committed by Gerrit Code Review
commit 4c4d1ccd7a

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