Merge "Define retries on ceph keyring fetch task"
This commit is contained in:
commit
4c4d1ccd7a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user