From: Cornelius Keller Date: Fri, 7 Nov 2014 14:39:29 +0000 (+0100) Subject: cleanup outcommented code X-Git-Tag: v1.0.0~315^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F135%2Fhead;p=ceph-ansible.git cleanup outcommented code --- 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