From: Abhishek Varshney Date: Mon, 17 Aug 2015 13:29:14 +0000 (+0530) Subject: removed when condition in ceph-create-keys X-Git-Tag: v1.0.0~128^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e142c2177602f233b3026b16a8d5ce279abd8bdb;p=ceph-ansible.git removed when condition in ceph-create-keys --- diff --git a/roles/ceph-mon/tasks/start_monitor.yml b/roles/ceph-mon/tasks/start_monitor.yml index 610981d0d..828b19c7c 100644 --- a/roles/ceph-mon/tasks/start_monitor.yml +++ b/roles/ceph-mon/tasks/start_monitor.yml @@ -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 '.'