diff --git a/tasks/ceph_auth.yml b/tasks/ceph_auth.yml index bc721ab..b85c5e0 100644 --- a/tasks/ceph_auth.yml +++ b/tasks/ceph_auth.yml @@ -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