]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
cleanup outcommented code 135/head
authorCornelius Keller <cornelius.keller@gmail.com>
Fri, 7 Nov 2014 14:39:29 +0000 (15:39 +0100)
committerCornelius Keller <cornelius.keller@gmail.com>
Fri, 7 Nov 2014 14:39:29 +0000 (15:39 +0100)
roles/ceph-mon/tasks/main.yml

index 12fad8a0ec7ebe482c7cb1afd54ea9073b89b36b..00424e4eaa3f01cb508a6e36b597ffabcf06487c 100644 (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