From 530314e9a90aa29f884c9fcf3b87f7b519274d45 Mon Sep 17 00:00:00 2001 From: Cornelius Keller Date: Fri, 7 Nov 2014 15:39:29 +0100 Subject: [PATCH] cleanup outcommented code --- roles/ceph-mon/tasks/main.yml | 5 ----- 1 file changed, 5 deletions(-) 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