From e142c2177602f233b3026b16a8d5ce279abd8bdb Mon Sep 17 00:00:00 2001 From: Abhishek Varshney Date: Mon, 17 Aug 2015 18:59:14 +0530 Subject: [PATCH] removed when condition in ceph-create-keys --- roles/ceph-mon/tasks/start_monitor.yml | 1 - 1 file changed, 1 deletion(-) 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 '.'