]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
removed when condition in ceph-create-keys 380/head
authorAbhishek Varshney <abhishek.varshney@debian-jessie-1>
Mon, 17 Aug 2015 13:29:14 +0000 (18:59 +0530)
committerAbhishek Varshney <abhishek.varshney@debian-jessie-1>
Mon, 17 Aug 2015 13:29:14 +0000 (18:59 +0530)
roles/ceph-mon/tasks/start_monitor.yml

index 610981d0dc2cf87db6ef1824a43eaa43891c8af6..828b19c7c1b107735b9ed527e1336f7e08811cc5 100644 (file)
@@ -31,7 +31,6 @@
   command: ceph-create-keys --id {{ ansible_hostname }}
   changed_when: false
   failed_when:  false
-  when: ansible_os_family == 'RedHat'
 
 - name: get ceph monitor version
   shell: ceph daemon mon."{{ ansible_hostname }}" version | cut -d '"' -f 4 | cut -f 1,2 -d '.'