mirror of https://github.com/ceph/ceph-ansible.git
cleanup outcommented code
parent
497d987fa9
commit
530314e9a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue