From: Sébastien Han Date: Wed, 25 Mar 2015 10:29:51 +0000 (+0100) Subject: Default client is already client.restapi X-Git-Tag: v1.0.0~238^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F235%2Fhead;p=ceph-ansible.git Default client is already client.restapi No need to specify it. Signed-off-by: Sébastien Han --- 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