]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Default client is already client.restapi 235/head
authorSébastien Han <sebastien.han@enovance.com>
Wed, 25 Mar 2015 10:29:51 +0000 (11:29 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Wed, 25 Mar 2015 10:29:51 +0000 (11:29 +0100)
No need to specify it.

Signed-off-by: Sébastien Han <sebastien.han@enovance.com>
roles/ceph-restapi/tasks/main.yml

index 4671a87ee15dfc82967fe308540d71d77dba4286..cc3bf9edd80e6777f6f27458f45af2d849ecd4c0 100644 (file)
@@ -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