mirror of https://github.com/ceph/ceph-ansible.git
parent
26dba2eef2
commit
ab2fb1856a
|
@ -2,7 +2,7 @@
|
||||||
- include: pre_requisite.yml
|
- include: pre_requisite.yml
|
||||||
|
|
||||||
- name: check if Ceph REST API is already started
|
- name: check if Ceph REST API is already started
|
||||||
shell: "ps aux|grep [c]eph-rest-api"
|
shell: "pgrep ceph-rest-api"
|
||||||
register: restapi_status
|
register: restapi_status
|
||||||
ignore_errors: True
|
ignore_errors: True
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue