mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #235 from leseb/fix-rest-api
Default client is already client.restapipull/236/head
commit
63399197de
|
@ -7,5 +7,5 @@
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
- name: Start Ceph REST API
|
- name: Start Ceph REST API
|
||||||
shell: "nohup ceph-rest-api -n client.restapi &"
|
shell: "nohup ceph-rest-api &"
|
||||||
when: restapi_status.rc != 0
|
when: restapi_status.rc != 0
|
||||||
|
|
Loading…
Reference in New Issue