diff --git a/roles/ceph-dashboard/tasks/configure_dashboard.yml b/roles/ceph-dashboard/tasks/configure_dashboard.yml index 6953a9ebca..ae3ce134d2 100644 --- a/roles/ceph-dashboard/tasks/configure_dashboard.yml +++ b/roles/ceph-dashboard/tasks/configure_dashboard.yml @@ -267,6 +267,9 @@ - name: set the rgw credentials command: "{{ container_exec_cmd }} ceph --cluster {{ cluster }} dashboard set-rgw-credentials" changed_when: false + register: result + until: result is succeeded + retries: 5 rescue: - name: create radosgw system user radosgw_user: