diff --git a/roles/ceph-mon/tasks/main.yml b/roles/ceph-mon/tasks/main.yml index 12fad8a0e..00424e4ea 100644 --- a/roles/ceph-mon/tasks/main.yml +++ b/roles/ceph-mon/tasks/main.yml @@ -3,11 +3,6 @@ # Wait for mon discovery and quorum resolution # the admin key is not instantanely created so we have to wait a bit -#- name: If client.admin key exists -# command: stat /etc/ceph/ceph.client.admin.keyring -# register: result -# until: result.rc == 0 -# changed_when: False - name: wait for client.admin key exists wait_for: path=/etc/ceph/ceph.client.admin.keyring