From 57b8eef77133eab0743cccf939c841c25d4b58aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Wed, 25 Mar 2015 11:29:51 +0100 Subject: [PATCH] Default client is already client.restapi MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit No need to specify it. Signed-off-by: Sébastien Han --- roles/ceph-restapi/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ceph-restapi/tasks/main.yml b/roles/ceph-restapi/tasks/main.yml index 4671a87ee..cc3bf9edd 100644 --- a/roles/ceph-restapi/tasks/main.yml +++ b/roles/ceph-restapi/tasks/main.yml @@ -7,5 +7,5 @@ ignore_errors: True - name: Start Ceph REST API - shell: "nohup ceph-rest-api -n client.restapi &" + shell: "nohup ceph-rest-api &" when: restapi_status.rc != 0