mirror of https://github.com/ceph/ceph-ansible.git
fix ceph-rest-api not using correct configure file
Signed-off-by: Shengjing Zhu <zsj950618@gmail.com>pull/1190/head
parent
245a556c5e
commit
c50b5867a6
|
@ -7,6 +7,6 @@
|
||||||
register: restapi_status
|
register: restapi_status
|
||||||
|
|
||||||
- name: start ceph rest api
|
- name: start ceph rest api
|
||||||
shell: "nohup ceph-rest-api &"
|
shell: "nohup ceph-rest-api --conf /etc/ceph/{{ cluster }}.conf &"
|
||||||
changed_when: false
|
changed_when: false
|
||||||
when: restapi_status.rc != 0
|
when: restapi_status.rc != 0
|
||||||
|
|
Loading…
Reference in New Issue