fix ceph-rest-api not using correct configure file

Signed-off-by: Shengjing Zhu <zsj950618@gmail.com>
pull/1190/head
Shengjing Zhu 2016-12-15 20:17:00 +08:00
parent 245a556c5e
commit c50b5867a6
1 changed files with 1 additions and 1 deletions

View File

@ -7,6 +7,6 @@
register: restapi_status
- name: start ceph rest api
shell: "nohup ceph-rest-api &"
shell: "nohup ceph-rest-api --conf /etc/ceph/{{ cluster }}.conf &"
changed_when: false
when: restapi_status.rc != 0