cleanup outcommented code

pull/135/head
Cornelius Keller 2014-11-07 15:39:29 +01:00
parent 497d987fa9
commit 530314e9a9
1 changed files with 0 additions and 5 deletions

View File

@ -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